From: Nicholas Clark Date: Fri, 2 Oct 2009 14:41:38 +0000 (+0100) Subject: Move Shell from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d4ff56f76907d1619ddc5fd7040d3823057ec47;p=p5sagit%2Fp5-mst-13.2.git Move Shell from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 33ba372..b36cea6 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 beb7f5c..384f65b 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 similarity index 100% rename from ext/Shell/Shell.pm rename to cpan/Shell/Shell.pm diff --git a/ext/Shell/t/Shell.t b/cpan/Shell/t/Shell.t similarity index 100% rename from ext/Shell/t/Shell.t rename to cpan/Shell/t/Shell.t