From: Nicholas Clark Date: Thu, 1 Oct 2009 14:57:55 +0000 (+0100) Subject: Move ExtUtils::Command from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d735b9be81f6557af22b934d5906de77c1f2aa9f;p=p5sagit%2Fp5-mst-13.2.git Move ExtUtils::Command from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index c6cd834..9486bab 100644 --- a/MANIFEST +++ b/MANIFEST @@ -916,6 +916,10 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Pe cpan/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests cpan/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder cpan/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder +cpan/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms +cpan/ExtUtils-Command/t/cp.t See if ExtUtils::Command works +cpan/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works +cpan/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions cpan/ExtUtils-MakeMaker/Changes MakeMaker change log cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line @@ -1765,10 +1769,6 @@ ext/Errno/ChangeLog Errno changes ext/Errno/Errno_pm.PL Errno perl module create script ext/Errno/Makefile.PL Errno extension makefile writer ext/Errno/t/Errno.t See if Errno works -ext/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms -ext/ExtUtils-Command/t/cp.t See if ExtUtils::Command works -ext/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works -ext/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints ext/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants ext/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a347295..e1752af 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -561,7 +561,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rkobes', 'DISTRIBUTION' => 'RKOBES/ExtUtils-Command-1.16.tar.gz', - 'FILES' => q[ext/ExtUtils-Command], + 'FILES' => q[cpan/ExtUtils-Command], 'EXCLUDED' => [ qw{ t/shell_command.t t/shell_exit.t lib/Shell/Command.pm diff --git a/ext/ExtUtils-Command/lib/ExtUtils/Command.pm b/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm similarity index 100% rename from ext/ExtUtils-Command/lib/ExtUtils/Command.pm rename to cpan/ExtUtils-Command/lib/ExtUtils/Command.pm diff --git a/ext/ExtUtils-Command/t/cp.t b/cpan/ExtUtils-Command/t/cp.t similarity index 100% rename from ext/ExtUtils-Command/t/cp.t rename to cpan/ExtUtils-Command/t/cp.t diff --git a/ext/ExtUtils-Command/t/eu_command.t b/cpan/ExtUtils-Command/t/eu_command.t similarity index 100% rename from ext/ExtUtils-Command/t/eu_command.t rename to cpan/ExtUtils-Command/t/eu_command.t diff --git a/ext/ExtUtils-Command/t/lib/TieOut.pm b/cpan/ExtUtils-Command/t/lib/TieOut.pm similarity index 100% rename from ext/ExtUtils-Command/t/lib/TieOut.pm rename to cpan/ExtUtils-Command/t/lib/TieOut.pm diff --git a/make_ext.pl b/make_ext.pl index c831c6f..901d9d6 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -30,7 +30,7 @@ my $is_Unix = !$is_Win32 && !$is_VMS; my @toolchain = qw(cpan/AutoLoader/lib ext/constant/lib cpan/Cwd cpan/Cwd/lib - ext/ExtUtils-Command/lib + cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib ext/ExtUtils-Manifest/lib