Move ExtUtils::Command from ext/ to cpan/
Nicholas Clark [Thu, 1 Oct 2009 14:57:55 +0000 (15:57 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/ExtUtils-Command/lib/ExtUtils/Command.pm [moved from ext/ExtUtils-Command/lib/ExtUtils/Command.pm with 100% similarity]
cpan/ExtUtils-Command/t/cp.t [moved from ext/ExtUtils-Command/t/cp.t with 100% similarity]
cpan/ExtUtils-Command/t/eu_command.t [moved from ext/ExtUtils-Command/t/eu_command.t with 100% similarity]
cpan/ExtUtils-Command/t/lib/TieOut.pm [moved from ext/ExtUtils-Command/t/lib/TieOut.pm with 100% similarity]
make_ext.pl

index c6cd834..9486bab 100644 (file)
--- 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
index a347295..e1752af 100755 (executable)
@@ -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
index c831c6f..901d9d6 100644 (file)
@@ -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