1package HAS_HOOK;
2
3sub STORABLE_thaw {
4  ++$thawed_count;
5}
6
7++$loaded_count;
8
91;
10