This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix code-before-declaration in boot_Storable added by 26107
[perl5.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 # 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/compat01.t                See if Storable is compatible with v0.1 and v0.4 dumps
19 t/compat06.t                See if Storable works
20 t/croak.t                   See if Storable works
21 t/dclone.t                  See if Storable works
22 t/downgrade.t               See if Storable works
23 t/file_magic.t              See if file_magic function works
24 t/forgive.t                 See if Storable works
25 t/freeze.t                  See if Storable works
26 t/integer.t                 For "use integer" testing
27 t/interwork56.t             Test combatibility kludge for 64bit data under 5.6.x
28 t/just_plain_nasty.t        Corner case corner.
29 t/lock.t                    See if Storable works
30 t/sig_die.t                 See if Storable works
31 t/make_56_interwork.pl      Make test data for interwork56.t
32 t/make_downgrade.pl         Make test data for downgrade.t
33 t/malice.t                  See if Storable copes with corrupt files
34 t/overload.t                See if Storable works
35 t/recurse.t                 See if Storable works
36 t/restrict.t                See if Storable works
37 t/retrieve.t                See if Storable works
38 t/st-dump.pl                helper routines for tests
39 t/store.t                   See if Storable works
40 t/testlib.pl                more helper routines for tests
41 t/tied.t                    See if Storable works
42 t/tied_hook.t               See if Storable works
43 t/tied_items.t              See if Storable works
44 t/threads.t                 See if Storable works under ithreads
45 t/utf8.t                    See if Storable works
46 t/utf8hash.t                See if Storable works
47 t/weak.t                    Can Storable store weakrefs
48 # t/Test/Builder.pm         For testing the CPAN release on pre 5.6.2
49 # t/Test/More.pm                    For testing the CPAN release on pre 5.6.2
50 # t/Test/Simple.pm          For testing the CPAN release on pre 5.6.2