summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST8
-rw-r--r--META.json1
-rw-r--r--META.yml1
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/ExtUtils-Command/lib/ExtUtils/Command.pm (renamed from dist/ExtUtils-Command/lib/ExtUtils/Command.pm)0
-rw-r--r--cpan/ExtUtils-Command/t/cp.t (renamed from dist/ExtUtils-Command/t/cp.t)0
-rw-r--r--cpan/ExtUtils-Command/t/eu_command.t (renamed from dist/ExtUtils-Command/t/eu_command.t)0
-rw-r--r--cpan/ExtUtils-Command/t/lib/TieOut.pm (renamed from dist/ExtUtils-Command/t/lib/TieOut.pm)0
-rwxr-xr-xt/TEST2
-rw-r--r--write_buildcustomize.pl2
10 files changed, 7 insertions, 9 deletions
diff --git a/MANIFEST b/MANIFEST
index e1ac8bc723..fb0d585d60 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -937,6 +937,10 @@ cpan/encoding-warnings/t/3-normal.t tests for encoding::warnings
cpan/encoding-warnings/t/4-lexical.t tests for encoding::warnings
cpan/experimental/lib/experimental.pm
cpan/experimental/t/basic.t
+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-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
@@ -2890,10 +2894,6 @@ dist/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/04-base.t tests for ExtUtils::CBuilder
-dist/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
-dist/ExtUtils-Command/t/cp.t See if ExtUtils::Command works
-dist/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works
-dist/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints
dist/ExtUtils-Install/Changes ExtUtils-Install change log
dist/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
dist/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
diff --git a/META.json b/META.json
index 24a4d11ae8..1ab458a9ca 100644
--- a/META.json
+++ b/META.json
@@ -27,7 +27,6 @@
"dist/Env",
"dist/Exporter",
"dist/ExtUtils-CBuilder",
- "dist/ExtUtils-Command",
"dist/ExtUtils-Install",
"dist/ExtUtils-Manifest",
"dist/ExtUtils-ParseXS",
diff --git a/META.yml b/META.yml
index f521122a4e..3f7766e605 100644
--- a/META.yml
+++ b/META.yml
@@ -25,7 +25,6 @@ no_index:
- dist/Env
- dist/Exporter
- dist/ExtUtils-CBuilder
- - dist/ExtUtils-Command
- dist/ExtUtils-Install
- dist/ExtUtils-Manifest
- dist/ExtUtils-ParseXS
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index a9228ab377..39233610cf 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -437,7 +437,7 @@ use File::Glob qw(:case);
'ExtUtils::Command' => {
'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.18.tar.gz',
- 'FILES' => q[dist/ExtUtils-Command],
+ 'FILES' => q[cpan/ExtUtils-Command],
'EXCLUDED' => [qr{^t/release-}],
},
diff --git a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm b/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm
index 035d5ca9df..035d5ca9df 100644
--- a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm
+++ b/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm
diff --git a/dist/ExtUtils-Command/t/cp.t b/cpan/ExtUtils-Command/t/cp.t
index 0b899bf876..0b899bf876 100644
--- a/dist/ExtUtils-Command/t/cp.t
+++ b/cpan/ExtUtils-Command/t/cp.t
diff --git a/dist/ExtUtils-Command/t/eu_command.t b/cpan/ExtUtils-Command/t/eu_command.t
index aa9fcb80b7..aa9fcb80b7 100644
--- a/dist/ExtUtils-Command/t/eu_command.t
+++ b/cpan/ExtUtils-Command/t/eu_command.t
diff --git a/dist/ExtUtils-Command/t/lib/TieOut.pm b/cpan/ExtUtils-Command/t/lib/TieOut.pm
index 0a0f5f9cfe..0a0f5f9cfe 100644
--- a/dist/ExtUtils-Command/t/lib/TieOut.pm
+++ b/cpan/ExtUtils-Command/t/lib/TieOut.pm
diff --git a/t/TEST b/t/TEST
index 0f113905cd..f2254d5009 100755
--- a/t/TEST
+++ b/t/TEST
@@ -38,6 +38,7 @@ my %abs = (
'../cpan/CPAN' => 1,
'../cpan/Devel-PPPort' => 1,
'../cpan/Encode' => 1,
+ '../cpan/ExtUtils-Command' => 1,
'../cpan/ExtUtils-Constant' => 1,
'../cpan/ExtUtils-MakeMaker' => 1,
'../cpan/File-Fetch' => 1,
@@ -51,7 +52,6 @@ my %abs = (
'../cpan/Test-Simple' => 1,
'../cpan/podlators' => 1,
'../dist/Cwd' => 1,
- '../dist/ExtUtils-Command' => 1,
'../dist/ExtUtils-Install' => 1,
'../dist/ExtUtils-Manifest' => 1,
'../dist/ExtUtils-ParseXS' => 1,
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index cf429a906c..fbcbd3575a 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -28,7 +28,7 @@ if ( @ARGV ) {
my @toolchain = qw(cpan/AutoLoader/lib
dist/Carp/lib
dist/PathTools dist/PathTools/lib
- dist/ExtUtils-Command/lib
+ cpan/ExtUtils-Command/lib
dist/ExtUtils-Install/lib
cpan/ExtUtils-MakeMaker/lib
dist/ExtUtils-Manifest/lib