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