Move Storable from ext/ to dist/
Nicholas Clark [Fri, 2 Oct 2009 17:12:44 +0000 (18:12 +0100)]
51 files changed:
MANIFEST
Porting/Maintainers.pl
dist/Storable/ChangeLog [moved from ext/Storable/ChangeLog with 100% similarity]
dist/Storable/Makefile.PL [moved from ext/Storable/Makefile.PL with 100% similarity]
dist/Storable/README [moved from ext/Storable/README with 100% similarity]
dist/Storable/Storable.pm [moved from ext/Storable/Storable.pm with 100% similarity]
dist/Storable/Storable.xs [moved from ext/Storable/Storable.xs with 100% similarity]
dist/Storable/hints/gnukfreebsd.pl [moved from ext/Storable/hints/gnukfreebsd.pl with 100% similarity]
dist/Storable/hints/gnuknetbsd.pl [moved from ext/Storable/hints/gnuknetbsd.pl with 100% similarity]
dist/Storable/hints/hpux.pl [moved from ext/Storable/hints/hpux.pl with 100% similarity]
dist/Storable/hints/linux.pl [moved from ext/Storable/hints/linux.pl with 100% similarity]
dist/Storable/t/HAS_ATTACH.pm [moved from ext/Storable/t/HAS_ATTACH.pm with 100% similarity]
dist/Storable/t/HAS_HOOK.pm [moved from ext/Storable/t/HAS_HOOK.pm with 100% similarity]
dist/Storable/t/HAS_OVERLOAD.pm [moved from ext/Storable/t/HAS_OVERLOAD.pm with 100% similarity]
dist/Storable/t/attach_errors.t [moved from ext/Storable/t/attach_errors.t with 100% similarity]
dist/Storable/t/attach_singleton.t [moved from ext/Storable/t/attach_singleton.t with 100% similarity]
dist/Storable/t/blessed.t [moved from ext/Storable/t/blessed.t with 100% similarity]
dist/Storable/t/canonical.t [moved from ext/Storable/t/canonical.t with 100% similarity]
dist/Storable/t/circular_hook.t [moved from ext/Storable/t/circular_hook.t with 100% similarity]
dist/Storable/t/code.t [moved from ext/Storable/t/code.t with 100% similarity]
dist/Storable/t/compat01.t [moved from ext/Storable/t/compat01.t with 100% similarity]
dist/Storable/t/compat06.t [moved from ext/Storable/t/compat06.t with 100% similarity]
dist/Storable/t/croak.t [moved from ext/Storable/t/croak.t with 100% similarity]
dist/Storable/t/dclone.t [moved from ext/Storable/t/dclone.t with 100% similarity]
dist/Storable/t/downgrade.t [moved from ext/Storable/t/downgrade.t with 100% similarity]
dist/Storable/t/file_magic.t [moved from ext/Storable/t/file_magic.t with 100% similarity]
dist/Storable/t/forgive.t [moved from ext/Storable/t/forgive.t with 100% similarity]
dist/Storable/t/freeze.t [moved from ext/Storable/t/freeze.t with 100% similarity]
dist/Storable/t/integer.t [moved from ext/Storable/t/integer.t with 100% similarity]
dist/Storable/t/interwork56.t [moved from ext/Storable/t/interwork56.t with 100% similarity]
dist/Storable/t/just_plain_nasty.t [moved from ext/Storable/t/just_plain_nasty.t with 100% similarity]
dist/Storable/t/lock.t [moved from ext/Storable/t/lock.t with 100% similarity]
dist/Storable/t/make_56_interwork.pl [moved from ext/Storable/t/make_56_interwork.pl with 100% similarity]
dist/Storable/t/make_downgrade.pl [moved from ext/Storable/t/make_downgrade.pl with 100% similarity]
dist/Storable/t/make_overload.pl [moved from ext/Storable/t/make_overload.pl with 100% similarity]
dist/Storable/t/malice.t [moved from ext/Storable/t/malice.t with 100% similarity]
dist/Storable/t/overload.t [moved from ext/Storable/t/overload.t with 100% similarity]
dist/Storable/t/recurse.t [moved from ext/Storable/t/recurse.t with 100% similarity]
dist/Storable/t/restrict.t [moved from ext/Storable/t/restrict.t with 100% similarity]
dist/Storable/t/retrieve.t [moved from ext/Storable/t/retrieve.t with 100% similarity]
dist/Storable/t/sig_die.t [moved from ext/Storable/t/sig_die.t with 100% similarity]
dist/Storable/t/st-dump.pl [moved from ext/Storable/t/st-dump.pl with 100% similarity]
dist/Storable/t/store.t [moved from ext/Storable/t/store.t with 100% similarity]
dist/Storable/t/testlib.pl [moved from ext/Storable/t/testlib.pl with 100% similarity]
dist/Storable/t/threads.t [moved from ext/Storable/t/threads.t with 100% similarity]
dist/Storable/t/tied.t [moved from ext/Storable/t/tied.t with 100% similarity]
dist/Storable/t/tied_hook.t [moved from ext/Storable/t/tied_hook.t with 100% similarity]
dist/Storable/t/tied_items.t [moved from ext/Storable/t/tied_items.t with 100% similarity]
dist/Storable/t/utf8.t [moved from ext/Storable/t/utf8.t with 100% similarity]
dist/Storable/t/utf8hash.t [moved from ext/Storable/t/utf8hash.t with 100% similarity]
dist/Storable/t/weak.t [moved from ext/Storable/t/weak.t with 100% similarity]

index fb03fb8..2c2ed0c 100644 (file)
--- 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
index 4435348..1ff80c1 100755 (executable)
@@ -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,
similarity index 100%
rename from ext/Storable/README
rename to dist/Storable/README
similarity index 100%
rename from ext/Storable/t/code.t
rename to dist/Storable/t/code.t
similarity index 100%
rename from ext/Storable/t/lock.t
rename to dist/Storable/t/lock.t
similarity index 100%
rename from ext/Storable/t/tied.t
rename to dist/Storable/t/tied.t
similarity index 100%
rename from ext/Storable/t/utf8.t
rename to dist/Storable/t/utf8.t
similarity index 100%
rename from ext/Storable/t/weak.t
rename to dist/Storable/t/weak.t