Move Switch from ext/ to dist/
Nicholas Clark [Mon, 28 Sep 2009 15:46:59 +0000 (16:46 +0100)]
MANIFEST
Porting/Maintainers.pl
dist/Switch/Changes [moved from ext/Switch/Changes with 100% similarity]
dist/Switch/MANIFEST [moved from ext/Switch/MANIFEST with 100% similarity]
dist/Switch/META.yml [moved from ext/Switch/META.yml with 100% similarity]
dist/Switch/Makefile.PL [moved from ext/Switch/Makefile.PL with 100% similarity]
dist/Switch/README [moved from ext/Switch/README with 100% similarity]
dist/Switch/Switch.pm [moved from ext/Switch/Switch.pm with 100% similarity]
dist/Switch/t/given.t [moved from ext/Switch/t/given.t with 100% similarity]
dist/Switch/t/nested.t [moved from ext/Switch/t/nested.t with 100% similarity]
dist/Switch/t/switch.t [moved from ext/Switch/t/switch.t with 100% similarity]

index 135fcbd..5b63f66 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1163,6 +1163,15 @@ 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/Switch/Changes            Changes for Switch.pm
+dist/Switch/Makefile.PL                Makefile.PL for Switch.pm
+dist/Switch/MANIFEST           MANIFEST for Switch.pm
+dist/Switch/META.yml           META.yml for Switch.pm
+dist/Switch/README             README for Switch.pm
+dist/Switch/Switch.pm          Switch for Perl
+dist/Switch/t/given.t          See if Perl 6 given (switch) works
+dist/Switch/t/nested.t         See if nested switch works
+dist/Switch/t/switch.t         See if Perl 5 switch works
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
 djgpp/djgpp.c          DOS/DJGPP port
@@ -2607,15 +2616,6 @@ 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/Switch/Changes             Changes for Switch.pm
-ext/Switch/Makefile.PL         Makefile.PL for Switch.pm
-ext/Switch/MANIFEST            MANIFEST for Switch.pm
-ext/Switch/META.yml            META.yml for Switch.pm
-ext/Switch/README              README for Switch.pm
-ext/Switch/Switch.pm           Switch for Perl
-ext/Switch/t/given.t           See if Perl 6 given (switch) works
-ext/Switch/t/nested.t          See if nested switch works
-ext/Switch/t/switch.t          See if Perl 5 switch works
 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 802edfa..bd0f470 100755 (executable)
@@ -1359,7 +1359,7 @@ use File::Glob qw(:case);
        'DISTRIBUTION'  => 'RGARCIA/Switch-2.14.tar.gz',
        'FILES'         => q[ext/Switch],
        'CPAN'          => 1,
-       'UPSTREAM'      => "blead",
+       'UPSTREAM'      => 'blead',
        },
 
     'Sys::Syslog' =>
similarity index 100%
rename from ext/Switch/Changes
rename to dist/Switch/Changes
similarity index 100%
rename from ext/Switch/MANIFEST
rename to dist/Switch/MANIFEST
similarity index 100%
rename from ext/Switch/META.yml
rename to dist/Switch/META.yml
similarity index 100%
rename from ext/Switch/README
rename to dist/Switch/README
similarity index 100%
rename from ext/Switch/Switch.pm
rename to dist/Switch/Switch.pm
similarity index 100%
rename from ext/Switch/t/given.t
rename to dist/Switch/t/given.t
similarity index 100%
rename from ext/Switch/t/nested.t
rename to dist/Switch/t/nested.t
similarity index 100%
rename from ext/Switch/t/switch.t
rename to dist/Switch/t/switch.t