summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 15:41:38 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 15:41:38 +0100
commit8d4ff56f76907d1619ddc5fd7040d3823057ec47 (patch)
treed3a9702c55e3097c010349bd4b1a9ae5a511c38b
parente8d606529604316637b1f410a730b03714bfa731 (diff)
downloadperl-8d4ff56f76907d1619ddc5fd7040d3823057ec47.tar.gz
Move Shell from ext/ to cpan/
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Shell/Shell.pm (renamed from ext/Shell/Shell.pm)0
-rw-r--r--cpan/Shell/t/Shell.t (renamed from ext/Shell/t/Shell.t)0
4 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 33ba372166..b36cea6e91 100644
--- 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
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index beb7f5cce2..384f65b081 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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,
diff --git a/ext/Shell/Shell.pm b/cpan/Shell/Shell.pm
index 72c7ec2137..72c7ec2137 100644
--- a/ext/Shell/Shell.pm
+++ b/cpan/Shell/Shell.pm
diff --git a/ext/Shell/t/Shell.t b/cpan/Shell/t/Shell.t
index 1ebc861890..1ebc861890 100644
--- a/ext/Shell/t/Shell.t
+++ b/cpan/Shell/t/Shell.t