Move Shell from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:41:38 +0000 (15:41 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Shell/Shell.pm [moved from ext/Shell/Shell.pm with 100% similarity]
cpan/Shell/t/Shell.t [moved from ext/Shell/t/Shell.t with 100% similarity]

index 33ba372..b36cea6 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1960,6 +1960,8 @@ cpan/Pod-Simple/t/verb_fmt.t                              Pod::Simple test file
 cpan/Pod-Simple/t/xhtml01.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml05.t                            Pod::Simple test file
 cpan/Pod-Simple/t/x_nixer.t                            Pod::Simple test file
+cpan/Shell/Shell.pm            Make AUTOLOADed system() calls
+cpan/Shell/t/Shell.t           Tests for above
 cpan/Sys-Syslog/Changes                        Changlog for Sys::Syslog
 cpan/Sys-Syslog/fallback/const-c.inc   Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/const-xs.inc  Sys::Syslog constants fallback file
@@ -2662,8 +2664,6 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/typemap          SDBM extension interface types
-ext/Shell/Shell.pm             Make AUTOLOADed system() calls
-ext/Shell/t/Shell.t            Tests for above
 ext/Socket/Makefile.PL         Socket extension makefile writer
 ext/Socket/Socket.pm           Socket extension Perl module
 ext/Socket/Socket.xs           Socket extension external subroutines
index beb7f5c..384f65b 100755 (executable)
@@ -1336,7 +1336,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'ferreira',
        'DISTRIBUTION'  => 'FERREIRA/Shell-0.72_01.tar.gz',
-       'FILES'         => q[ext/Shell],
+       'FILES'         => q[cpan/Shell],
        'EXCLUDED'      => [ qw{ t/01_use.t t/99_pod.t } ],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
similarity index 100%
rename from ext/Shell/Shell.pm
rename to cpan/Shell/Shell.pm
similarity index 100%
rename from ext/Shell/t/Shell.t
rename to cpan/Shell/t/Shell.t