Integrate #16510 from macperl;
[p5sagit/p5-mst-13.2.git] / ext / Storable / MANIFEST
index 8833380..1cdb74c 100644 (file)
@@ -1,7 +1,28 @@
-README                      Read this first
-MANIFEST                    This shipping list
-Makefile.PL                 Generic Makefile template
-Storable.pm                 The perl side of Storable
-Storable.xs                 The C side of Storable
-patchlevel.h                Records current patchlevel
-ChangeLog                   Changes since baseline
+README                     Read this first
+MANIFEST                   This shipping list
+Makefile.PL                Generic Makefile template
+Storable.pm                The perl side of Storable
+Storable.xs                The C side of Storable
+ChangeLog                  Changes since baseline
+t/blessed.t                See if Storable works
+t/canonical.t              See if Storable works
+t/compat06.t               See if Storable works
+t/croak.t                  See if Storable works
+t/dclone.t                 See if Storable works
+t/downgrade.t              See if Storable works
+t/forgive.t                See if Storable works
+t/freeze.t                 See if Storable works
+t/lock.t                   See if Storable works
+t/make_downgrade.pl        See if Storable works
+t/malice.t                 See if Storable copes with corrupt files
+t/overload.t               See if Storable works
+t/recurse.t                See if Storable works
+t/restrict.t               See if Storable works
+t/retrieve.t               See if Storable works
+t/store.t                  See if Storable works
+t/tied.t                   See if Storable works
+t/tied_hook.t              See if Storable works
+t/tied_items.t             See if Storable works
+t/utf8.t                   See if Storable works
+t/utf8hash.t               See if Storable works
+lib/st-dump.pl             helper routines for tests