Fix up .gitignore files some more
[p5sagit/p5-mst-13.2.git] / ext / Storable / t / HAS_HOOK.pm
1 package HAS_HOOK;
2
3 sub STORABLE_thaw {
4   ++$thawed_count;
5 }
6
7 ++$loaded_count;
8
9 1;