From: Nicholas Clark Date: Fri, 2 Oct 2009 17:12:44 +0000 (+0100) Subject: Move Storable from ext/ to dist/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b88b2b2a83b118e358c4d04557659e32d47c01b;p=p5sagit%2Fp5-mst-13.2.git Move Storable from ext/ to dist/ --- diff --git a/MANIFEST b/MANIFEST index fb03fb8..2c2ed0c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2712,6 +2712,55 @@ dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works +dist/Storable/ChangeLog Storable extension +dist/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture +dist/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture +dist/Storable/hints/hpux.pl Hint for Storable for named architecture +dist/Storable/hints/linux.pl Hint for Storable for named architecture +dist/Storable/Makefile.PL Storable extension +dist/Storable/README Storable extension +dist/Storable/Storable.pm Storable extension +dist/Storable/Storable.xs Storable extension +dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors +dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern +dist/Storable/t/blessed.t See if Storable works +dist/Storable/t/canonical.t See if Storable works +dist/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs +dist/Storable/t/code.t See if Storable works +dist/Storable/t/compat01.t See if Storable works +dist/Storable/t/compat06.t See if Storable works +dist/Storable/t/croak.t See if Storable works +dist/Storable/t/dclone.t See if Storable works +dist/Storable/t/downgrade.t See if Storable works +dist/Storable/t/file_magic.t See if file_magic function works +dist/Storable/t/forgive.t See if Storable works +dist/Storable/t/freeze.t See if Storable works +dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach +dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw +dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload +dist/Storable/t/integer.t See if Storable works +dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x +dist/Storable/t/just_plain_nasty.t See if Storable works +dist/Storable/t/lock.t See if Storable works +dist/Storable/t/make_56_interwork.pl Make test data for interwork56.t +dist/Storable/t/make_downgrade.pl Make test data for downgrade.t +dist/Storable/t/make_overload.pl Make test data for overload.t +dist/Storable/t/malice.t See if Storable copes with corrupt files +dist/Storable/t/overload.t See if Storable works +dist/Storable/t/recurse.t See if Storable works +dist/Storable/t/restrict.t See if Storable works +dist/Storable/t/retrieve.t See if Storable works +dist/Storable/t/sig_die.t See if Storable works +dist/Storable/t/st-dump.pl See if Storable works +dist/Storable/t/store.t See if Storable works +dist/Storable/t/testlib.pl more helper routines for tests +dist/Storable/t/threads.t Does Storable work with threads? +dist/Storable/t/tied_hook.t See if Storable works +dist/Storable/t/tied_items.t See if Storable works +dist/Storable/t/tied.t See if Storable works +dist/Storable/t/utf8hash.t See if Storable works +dist/Storable/t/utf8.t See if Storable works +dist/Storable/t/weak.t Can Storable store weakrefs dist/Switch/Changes Changes for Switch.pm dist/Switch/Makefile.PL Makefile.PL for Switch.pm dist/Switch/MANIFEST MANIFEST for Switch.pm @@ -3089,55 +3138,6 @@ ext/Socket/Socket.pm Socket extension Perl module ext/Socket/Socket.xs Socket extension external subroutines ext/Socket/t/socketpair.t See if socketpair works ext/Socket/t/Socket.t See if Socket works -ext/Storable/ChangeLog Storable extension -ext/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture -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/README Storable extension -ext/Storable/Storable.pm Storable extension -ext/Storable/Storable.xs Storable extension -ext/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors -ext/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern -ext/Storable/t/blessed.t See if Storable works -ext/Storable/t/canonical.t See if Storable works -ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs -ext/Storable/t/code.t See if Storable works -ext/Storable/t/compat01.t See if Storable works -ext/Storable/t/compat06.t See if Storable works -ext/Storable/t/croak.t See if Storable works -ext/Storable/t/dclone.t See if Storable works -ext/Storable/t/downgrade.t See if Storable works -ext/Storable/t/file_magic.t See if file_magic function works -ext/Storable/t/forgive.t See if Storable works -ext/Storable/t/freeze.t See if Storable works -ext/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach -ext/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw -ext/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload -ext/Storable/t/integer.t See if Storable works -ext/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x -ext/Storable/t/just_plain_nasty.t See if Storable works -ext/Storable/t/lock.t See if Storable works -ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t -ext/Storable/t/make_downgrade.pl Make test data for downgrade.t -ext/Storable/t/make_overload.pl Make test data for overload.t -ext/Storable/t/malice.t See if Storable copes with corrupt files -ext/Storable/t/overload.t See if Storable works -ext/Storable/t/recurse.t See if Storable works -ext/Storable/t/restrict.t See if Storable works -ext/Storable/t/retrieve.t See if Storable works -ext/Storable/t/sig_die.t See if Storable works -ext/Storable/t/st-dump.pl See if Storable works -ext/Storable/t/store.t See if Storable works -ext/Storable/t/testlib.pl more helper routines for tests -ext/Storable/t/threads.t Does Storable work with threads? -ext/Storable/t/tied_hook.t See if Storable works -ext/Storable/t/tied_items.t See if Storable works -ext/Storable/t/tied.t See if Storable works -ext/Storable/t/utf8hash.t See if Storable works -ext/Storable/t/utf8.t See if Storable works -ext/Storable/t/weak.t Can Storable store weakrefs ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4435348..1ff80c1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1346,7 +1346,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'ams', 'DISTRIBUTION' => 'AMS/Storable-2.20.tar.gz', - 'FILES' => q[ext/Storable], + 'FILES' => q[dist/Storable], 'EXCLUDED' => [ qr{^t/Test/} ], 'CPAN' => 1, 'UPSTREAM' => undef, diff --git a/ext/Storable/ChangeLog b/dist/Storable/ChangeLog similarity index 100% rename from ext/Storable/ChangeLog rename to dist/Storable/ChangeLog diff --git a/ext/Storable/Makefile.PL b/dist/Storable/Makefile.PL similarity index 100% rename from ext/Storable/Makefile.PL rename to dist/Storable/Makefile.PL diff --git a/ext/Storable/README b/dist/Storable/README similarity index 100% rename from ext/Storable/README rename to dist/Storable/README diff --git a/ext/Storable/Storable.pm b/dist/Storable/Storable.pm similarity index 100% rename from ext/Storable/Storable.pm rename to dist/Storable/Storable.pm diff --git a/ext/Storable/Storable.xs b/dist/Storable/Storable.xs similarity index 100% rename from ext/Storable/Storable.xs rename to dist/Storable/Storable.xs diff --git a/ext/Storable/hints/gnukfreebsd.pl b/dist/Storable/hints/gnukfreebsd.pl similarity index 100% rename from ext/Storable/hints/gnukfreebsd.pl rename to dist/Storable/hints/gnukfreebsd.pl diff --git a/ext/Storable/hints/gnuknetbsd.pl b/dist/Storable/hints/gnuknetbsd.pl similarity index 100% rename from ext/Storable/hints/gnuknetbsd.pl rename to dist/Storable/hints/gnuknetbsd.pl diff --git a/ext/Storable/hints/hpux.pl b/dist/Storable/hints/hpux.pl similarity index 100% rename from ext/Storable/hints/hpux.pl rename to dist/Storable/hints/hpux.pl diff --git a/ext/Storable/hints/linux.pl b/dist/Storable/hints/linux.pl similarity index 100% rename from ext/Storable/hints/linux.pl rename to dist/Storable/hints/linux.pl diff --git a/ext/Storable/t/HAS_ATTACH.pm b/dist/Storable/t/HAS_ATTACH.pm similarity index 100% rename from ext/Storable/t/HAS_ATTACH.pm rename to dist/Storable/t/HAS_ATTACH.pm diff --git a/ext/Storable/t/HAS_HOOK.pm b/dist/Storable/t/HAS_HOOK.pm similarity index 100% rename from ext/Storable/t/HAS_HOOK.pm rename to dist/Storable/t/HAS_HOOK.pm diff --git a/ext/Storable/t/HAS_OVERLOAD.pm b/dist/Storable/t/HAS_OVERLOAD.pm similarity index 100% rename from ext/Storable/t/HAS_OVERLOAD.pm rename to dist/Storable/t/HAS_OVERLOAD.pm diff --git a/ext/Storable/t/attach_errors.t b/dist/Storable/t/attach_errors.t similarity index 100% rename from ext/Storable/t/attach_errors.t rename to dist/Storable/t/attach_errors.t diff --git a/ext/Storable/t/attach_singleton.t b/dist/Storable/t/attach_singleton.t similarity index 100% rename from ext/Storable/t/attach_singleton.t rename to dist/Storable/t/attach_singleton.t diff --git a/ext/Storable/t/blessed.t b/dist/Storable/t/blessed.t similarity index 100% rename from ext/Storable/t/blessed.t rename to dist/Storable/t/blessed.t diff --git a/ext/Storable/t/canonical.t b/dist/Storable/t/canonical.t similarity index 100% rename from ext/Storable/t/canonical.t rename to dist/Storable/t/canonical.t diff --git a/ext/Storable/t/circular_hook.t b/dist/Storable/t/circular_hook.t similarity index 100% rename from ext/Storable/t/circular_hook.t rename to dist/Storable/t/circular_hook.t diff --git a/ext/Storable/t/code.t b/dist/Storable/t/code.t similarity index 100% rename from ext/Storable/t/code.t rename to dist/Storable/t/code.t diff --git a/ext/Storable/t/compat01.t b/dist/Storable/t/compat01.t similarity index 100% rename from ext/Storable/t/compat01.t rename to dist/Storable/t/compat01.t diff --git a/ext/Storable/t/compat06.t b/dist/Storable/t/compat06.t similarity index 100% rename from ext/Storable/t/compat06.t rename to dist/Storable/t/compat06.t diff --git a/ext/Storable/t/croak.t b/dist/Storable/t/croak.t similarity index 100% rename from ext/Storable/t/croak.t rename to dist/Storable/t/croak.t diff --git a/ext/Storable/t/dclone.t b/dist/Storable/t/dclone.t similarity index 100% rename from ext/Storable/t/dclone.t rename to dist/Storable/t/dclone.t diff --git a/ext/Storable/t/downgrade.t b/dist/Storable/t/downgrade.t similarity index 100% rename from ext/Storable/t/downgrade.t rename to dist/Storable/t/downgrade.t diff --git a/ext/Storable/t/file_magic.t b/dist/Storable/t/file_magic.t similarity index 100% rename from ext/Storable/t/file_magic.t rename to dist/Storable/t/file_magic.t diff --git a/ext/Storable/t/forgive.t b/dist/Storable/t/forgive.t similarity index 100% rename from ext/Storable/t/forgive.t rename to dist/Storable/t/forgive.t diff --git a/ext/Storable/t/freeze.t b/dist/Storable/t/freeze.t similarity index 100% rename from ext/Storable/t/freeze.t rename to dist/Storable/t/freeze.t diff --git a/ext/Storable/t/integer.t b/dist/Storable/t/integer.t similarity index 100% rename from ext/Storable/t/integer.t rename to dist/Storable/t/integer.t diff --git a/ext/Storable/t/interwork56.t b/dist/Storable/t/interwork56.t similarity index 100% rename from ext/Storable/t/interwork56.t rename to dist/Storable/t/interwork56.t diff --git a/ext/Storable/t/just_plain_nasty.t b/dist/Storable/t/just_plain_nasty.t similarity index 100% rename from ext/Storable/t/just_plain_nasty.t rename to dist/Storable/t/just_plain_nasty.t diff --git a/ext/Storable/t/lock.t b/dist/Storable/t/lock.t similarity index 100% rename from ext/Storable/t/lock.t rename to dist/Storable/t/lock.t diff --git a/ext/Storable/t/make_56_interwork.pl b/dist/Storable/t/make_56_interwork.pl similarity index 100% rename from ext/Storable/t/make_56_interwork.pl rename to dist/Storable/t/make_56_interwork.pl diff --git a/ext/Storable/t/make_downgrade.pl b/dist/Storable/t/make_downgrade.pl similarity index 100% rename from ext/Storable/t/make_downgrade.pl rename to dist/Storable/t/make_downgrade.pl diff --git a/ext/Storable/t/make_overload.pl b/dist/Storable/t/make_overload.pl similarity index 100% rename from ext/Storable/t/make_overload.pl rename to dist/Storable/t/make_overload.pl diff --git a/ext/Storable/t/malice.t b/dist/Storable/t/malice.t similarity index 100% rename from ext/Storable/t/malice.t rename to dist/Storable/t/malice.t diff --git a/ext/Storable/t/overload.t b/dist/Storable/t/overload.t similarity index 100% rename from ext/Storable/t/overload.t rename to dist/Storable/t/overload.t diff --git a/ext/Storable/t/recurse.t b/dist/Storable/t/recurse.t similarity index 100% rename from ext/Storable/t/recurse.t rename to dist/Storable/t/recurse.t diff --git a/ext/Storable/t/restrict.t b/dist/Storable/t/restrict.t similarity index 100% rename from ext/Storable/t/restrict.t rename to dist/Storable/t/restrict.t diff --git a/ext/Storable/t/retrieve.t b/dist/Storable/t/retrieve.t similarity index 100% rename from ext/Storable/t/retrieve.t rename to dist/Storable/t/retrieve.t diff --git a/ext/Storable/t/sig_die.t b/dist/Storable/t/sig_die.t similarity index 100% rename from ext/Storable/t/sig_die.t rename to dist/Storable/t/sig_die.t diff --git a/ext/Storable/t/st-dump.pl b/dist/Storable/t/st-dump.pl similarity index 100% rename from ext/Storable/t/st-dump.pl rename to dist/Storable/t/st-dump.pl diff --git a/ext/Storable/t/store.t b/dist/Storable/t/store.t similarity index 100% rename from ext/Storable/t/store.t rename to dist/Storable/t/store.t diff --git a/ext/Storable/t/testlib.pl b/dist/Storable/t/testlib.pl similarity index 100% rename from ext/Storable/t/testlib.pl rename to dist/Storable/t/testlib.pl diff --git a/ext/Storable/t/threads.t b/dist/Storable/t/threads.t similarity index 100% rename from ext/Storable/t/threads.t rename to dist/Storable/t/threads.t diff --git a/ext/Storable/t/tied.t b/dist/Storable/t/tied.t similarity index 100% rename from ext/Storable/t/tied.t rename to dist/Storable/t/tied.t diff --git a/ext/Storable/t/tied_hook.t b/dist/Storable/t/tied_hook.t similarity index 100% rename from ext/Storable/t/tied_hook.t rename to dist/Storable/t/tied_hook.t diff --git a/ext/Storable/t/tied_items.t b/dist/Storable/t/tied_items.t similarity index 100% rename from ext/Storable/t/tied_items.t rename to dist/Storable/t/tied_items.t diff --git a/ext/Storable/t/utf8.t b/dist/Storable/t/utf8.t similarity index 100% rename from ext/Storable/t/utf8.t rename to dist/Storable/t/utf8.t diff --git a/ext/Storable/t/utf8hash.t b/dist/Storable/t/utf8hash.t similarity index 100% rename from ext/Storable/t/utf8hash.t rename to dist/Storable/t/utf8hash.t diff --git a/ext/Storable/t/weak.t b/dist/Storable/t/weak.t similarity index 100% rename from ext/Storable/t/weak.t rename to dist/Storable/t/weak.t