Add STORABLE_attach hook (Adam Kennedy).
[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 # 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/make_56_interwork.pl      Make test data for interwork56.t
29 t/make_downgrade.pl         Make test data for downgrade.t
30 t/malice.t                  See if Storable copes with corrupt files
31 t/overload.t                See if Storable works
32 t/recurse.t                 See if Storable works
33 t/restrict.t                See if Storable works
34 t/retrieve.t                See if Storable works
35 t/st-dump.pl                helper routines for tests
36 t/store.t                   See if Storable works
37 t/testlib.pl                more helper routines for tests
38 t/tied.t                    See if Storable works
39 t/tied_hook.t               See if Storable works
40 t/tied_items.t              See if Storable works
41 t/threads.t                 See if Storable works under ithreads
42 t/utf8.t                    See if Storable works
43 t/utf8hash.t                See if Storable works
44 t/weak.t                    Can Storable store weakrefs
45 # t/Test/Builder.pm         For testing the CPAN release on pre 5.6.2
46 # t/Test/More.pm                    For testing the CPAN release on pre 5.6.2
47 # t/Test/Simple.pm          For testing the CPAN release on pre 5.6.2