source: trunk/essentials/dev-lang/perl/ext/Storable/MANIFEST@ 3298

Last change on this file since 3298 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 2.2 KB
Line 
1README Read this first
2MANIFEST This shipping list
3Makefile.PL Generic Makefile template
4Storable.pm The perl side of Storable
5Storable.xs The C side of Storable
6ChangeLog Changes since baseline
7hints/linux.pl Hint file to drop gcc to -O2
8# ppport.h Compatibility header
9t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
10t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
11t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
12t/attach_errors.t Trigger and test STORABLE_attach errors
13t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
14t/blessed.t See if Storable works
15t/canonical.t See if Storable works
16t/circular_hook.t Test thaw hook called depth-first for circular refs
17t/code.t Test (de)serialization of code references
18t/compat06.t See if Storable works
19t/croak.t See if Storable works
20t/dclone.t See if Storable works
21t/downgrade.t See if Storable works
22t/forgive.t See if Storable works
23t/freeze.t See if Storable works
24t/integer.t For "use integer" testing
25t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x
26t/just_plain_nasty.t Corner case corner.
27t/lock.t See if Storable works
28t/sig_die.t See if Storable works
29t/make_56_interwork.pl Make test data for interwork56.t
30t/make_downgrade.pl Make test data for downgrade.t
31t/malice.t See if Storable copes with corrupt files
32t/overload.t See if Storable works
33t/recurse.t See if Storable works
34t/restrict.t See if Storable works
35t/retrieve.t See if Storable works
36t/st-dump.pl helper routines for tests
37t/store.t See if Storable works
38t/testlib.pl more helper routines for tests
39t/tied.t See if Storable works
40t/tied_hook.t See if Storable works
41t/tied_items.t See if Storable works
42t/threads.t See if Storable works under ithreads
43t/utf8.t See if Storable works
44t/utf8hash.t See if Storable works
45t/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
Note: See TracBrowser for help on using the repository browser.