Commit | Line | Data |
---|---|---|
191408b6 JH |
1 | README Read this first |
2 | MANIFEST This shipping list | |
3 | Makefile.PL Generic Makefile template | |
4 | Storable.pm The perl side of Storable | |
5 | Storable.xs The C side of Storable | |
6 | ChangeLog Changes since baseline | |
dcf2e277 | 7 | hints/linux.pl Hint file to drop gcc to -O2 |
0ba8809e NC |
8 | t/blessed.t See if Storable works |
9 | t/canonical.t See if Storable works | |
d2b96869 | 10 | t/code.t Test (de)serialization of code references |
0ba8809e NC |
11 | t/compat06.t See if Storable works |
12 | t/croak.t See if Storable works | |
13 | t/dclone.t See if Storable works | |
14 | t/downgrade.t See if Storable works | |
15 | t/forgive.t See if Storable works | |
16 | t/freeze.t See if Storable works | |
3d3f3e56 | 17 | t/integer.t For "use integer" testing |
ee0f7aac | 18 | t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x |
0ba8809e | 19 | t/lock.t See if Storable works |
ee0f7aac NC |
20 | t/make_56_interwork.pl Make test data for interwork56.t |
21 | t/make_downgrade.pl Make test data for downgrade.t | |
0ba8809e NC |
22 | t/malice.t See if Storable copes with corrupt files |
23 | t/overload.t See if Storable works | |
24 | t/recurse.t See if Storable works | |
25 | t/restrict.t See if Storable works | |
26 | t/retrieve.t See if Storable works | |
c0d86088 | 27 | t/st-dump.pl helper routines for tests |
0ba8809e NC |
28 | t/store.t See if Storable works |
29 | t/tied.t See if Storable works | |
30 | t/tied_hook.t See if Storable works | |
31 | t/tied_items.t See if Storable works | |
32 | t/utf8.t See if Storable works | |
33 | t/utf8hash.t See if Storable works | |
eb87467b NC |
34 | # t/Test/Builder.pm For testing the CPAN release on pre 5.6.2 |
35 | # t/Test/More.pm For testing the CPAN release on pre 5.6.2 | |
36 | # t/Test/Simple.pm For testing the CPAN release on pre 5.6.2 |