diff options
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-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
@@ -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 |