| 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
|
|---|
| 7 | hints/linux.pl Hint file to drop gcc to -O2
|
|---|
| 8 | # ppport.h Compatibility header
|
|---|
| 9 | t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
|
|---|
| 10 | t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
|
|---|
| 11 | t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
|
|---|
| 12 | t/attach_errors.t Trigger and test STORABLE_attach errors
|
|---|
| 13 | t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
|
|---|
| 14 | t/blessed.t See if Storable works
|
|---|
| 15 | t/canonical.t See if Storable works
|
|---|
| 16 | t/circular_hook.t Test thaw hook called depth-first for circular refs
|
|---|
| 17 | t/code.t Test (de)serialization of code references
|
|---|
| 18 | t/compat06.t See if Storable works
|
|---|
| 19 | t/croak.t See if Storable works
|
|---|
| 20 | t/dclone.t See if Storable works
|
|---|
| 21 | t/downgrade.t See if Storable works
|
|---|
| 22 | t/forgive.t See if Storable works
|
|---|
| 23 | t/freeze.t See if Storable works
|
|---|
| 24 | t/integer.t For "use integer" testing
|
|---|
| 25 | t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x
|
|---|
| 26 | t/just_plain_nasty.t Corner case corner.
|
|---|
| 27 | t/lock.t See if Storable works
|
|---|
| 28 | t/sig_die.t See if Storable works
|
|---|
| 29 | t/make_56_interwork.pl Make test data for interwork56.t
|
|---|
| 30 | t/make_downgrade.pl Make test data for downgrade.t
|
|---|
| 31 | t/malice.t See if Storable copes with corrupt files
|
|---|
| 32 | t/overload.t See if Storable works
|
|---|
| 33 | t/recurse.t See if Storable works
|
|---|
| 34 | t/restrict.t See if Storable works
|
|---|
| 35 | t/retrieve.t See if Storable works
|
|---|
| 36 | t/st-dump.pl helper routines for tests
|
|---|
| 37 | t/store.t See if Storable works
|
|---|
| 38 | t/testlib.pl more helper routines for tests
|
|---|
| 39 | t/tied.t See if Storable works
|
|---|
| 40 | t/tied_hook.t See if Storable works
|
|---|
| 41 | t/tied_items.t See if Storable works
|
|---|
| 42 | t/threads.t See if Storable works under ithreads
|
|---|
| 43 | t/utf8.t See if Storable works
|
|---|
| 44 | t/utf8hash.t See if Storable works
|
|---|
| 45 | t/weak.t Can Storable store weakrefs
|
|---|
| 46 | # t/Test/Builder.pm For testing the CPAN release on pre 5.6.2
|
|---|
| 47 | # t/Test/More.pm For testing the CPAN release on pre 5.6.2
|
|---|
| 48 | # t/Test/Simple.pm For testing the CPAN release on pre 5.6.2
|
|---|