This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #18306] This problem seems to be fixed and a small patch for B::Xref
[perl5.git] / ext / Storable / MANIFEST
CommitLineData
191408b6
JH
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
dcf2e277 7hints/linux.pl Hint file to drop gcc to -O2
6ce77259
AMS
8hints/gnukfreebsd.pl Hint file to drop gcc to -O2
9hints/gnuknetbsd.pl Hint file to drop gcc to -O2
3f575d8d 10# ppport.h Compatibility header
2f796f32 11t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
754c00ca 12t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
165cc789 13t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
2f796f32
AMS
14t/attach_errors.t Trigger and test STORABLE_attach errors
15t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
0ba8809e
NC
16t/blessed.t See if Storable works
17t/canonical.t See if Storable works
2f796f32 18t/circular_hook.t Test thaw hook called depth-first for circular refs
d2b96869 19t/code.t Test (de)serialization of code references
2fc01f5f 20t/compat01.t See if Storable is compatible with v0.1 and v0.4 dumps
0ba8809e
NC
21t/compat06.t See if Storable works
22t/croak.t See if Storable works
23t/dclone.t See if Storable works
24t/downgrade.t See if Storable works
d4b9b6e4 25t/file_magic.t See if file_magic function works
0ba8809e
NC
26t/forgive.t See if Storable works
27t/freeze.t See if Storable works
3d3f3e56 28t/integer.t For "use integer" testing
ee0f7aac 29t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x
a8b7ef86 30t/just_plain_nasty.t Corner case corner.
0ba8809e 31t/lock.t See if Storable works
bb65ef26 32t/sig_die.t See if Storable works
ee0f7aac
NC
33t/make_56_interwork.pl Make test data for interwork56.t
34t/make_downgrade.pl Make test data for downgrade.t
0ba8809e
NC
35t/malice.t See if Storable copes with corrupt files
36t/overload.t See if Storable works
37t/recurse.t See if Storable works
38t/restrict.t See if Storable works
39t/retrieve.t See if Storable works
c0d86088 40t/st-dump.pl helper routines for tests
0ba8809e 41t/store.t See if Storable works
c3c53033 42t/testlib.pl more helper routines for tests
0ba8809e
NC
43t/tied.t See if Storable works
44t/tied_hook.t See if Storable works
45t/tied_items.t See if Storable works
a8b7ef86 46t/threads.t See if Storable works under ithreads
0ba8809e
NC
47t/utf8.t See if Storable works
48t/utf8hash.t See if Storable works
49707cb8 49t/weak.t Can Storable store weakrefs
eb87467b
NC
50# t/Test/Builder.pm For testing the CPAN release on pre 5.6.2
51# t/Test/More.pm For testing the CPAN release on pre 5.6.2
52# t/Test/Simple.pm For testing the CPAN release on pre 5.6.2