From: David Mitchell Date: Fri, 12 Jun 2009 16:24:43 +0000 (+0100) Subject: remove ext/Storable/MANIFEST; its out of date related to CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2868e48536e3f471e5ba483466cc1bc53caff5a;p=p5sagit%2Fp5-mst-13.2.git remove ext/Storable/MANIFEST; its out of date related to CPAN and for most dual-life modules we don't bother including it in blead --- diff --git a/MANIFEST b/MANIFEST index e84b628..b09fe21 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1174,7 +1174,6 @@ ext/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture ext/Storable/hints/hpux.pl Hint for Storable for named architecture ext/Storable/hints/linux.pl Hint for Storable for named architecture ext/Storable/Makefile.PL Storable extension -ext/Storable/MANIFEST Storable extension ext/Storable/README Storable extension ext/Storable/Storable.pm Storable extension ext/Storable/Storable.xs Storable extension diff --git a/ext/Storable/MANIFEST b/ext/Storable/MANIFEST deleted file mode 100644 index 1364ca1..0000000 --- a/ext/Storable/MANIFEST +++ /dev/null @@ -1,52 +0,0 @@ -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 -hints/linux.pl Hint file to drop gcc to -O2 -hints/gnukfreebsd.pl Hint file to drop gcc to -O2 -hints/gnuknetbsd.pl Hint file to drop gcc to -O2 -# ppport.h Compatibility header -t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach -t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw -t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload -t/attach_errors.t Trigger and test STORABLE_attach errors -t/attach_singleton.t Test STORABLE_attach for the Singleton pattern -t/blessed.t See if Storable works -t/canonical.t See if Storable works -t/circular_hook.t Test thaw hook called depth-first for circular refs -t/code.t Test (de)serialization of code references -t/compat01.t See if Storable is compatible with v0.1 and v0.4 dumps -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/file_magic.t See if file_magic function works -t/forgive.t See if Storable works -t/freeze.t See if Storable works -t/integer.t For "use integer" testing -t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x -t/just_plain_nasty.t Corner case corner. -t/lock.t See if Storable works -t/sig_die.t See if Storable works -t/make_56_interwork.pl Make test data for interwork56.t -t/make_downgrade.pl Make test data for downgrade.t -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/st-dump.pl helper routines for tests -t/store.t See if Storable works -t/testlib.pl more helper routines for tests -t/tied.t See if Storable works -t/tied_hook.t See if Storable works -t/tied_items.t See if Storable works -t/threads.t See if Storable works under ithreads -t/utf8.t See if Storable works -t/utf8hash.t See if Storable works -t/weak.t Can Storable store weakrefs -# t/Test/Builder.pm For testing the CPAN release on pre 5.6.2 -# t/Test/More.pm For testing the CPAN release on pre 5.6.2 -# t/Test/Simple.pm For testing the CPAN release on pre 5.6.2