summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL1
-rwxr-xr-xPorting/add-package.pl2
-rw-r--r--README.cygwin7
-rw-r--r--configure.com1
-rwxr-xr-xinstallperl5
-rw-r--r--pod/perlmodlib.PL2
-rwxr-xr-xt/TEST1
-rw-r--r--t/porting/customized.dat1
8 files changed, 4 insertions, 16 deletions
diff --git a/INSTALL b/INSTALL
index bff07fbb91..5a5b53af36 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2205,7 +2205,6 @@ make install will install the following:
if your cc -E can't read from stdin.
c2ph, pstruct Scripts for handling C structures in header
files.
- config_data Manage Module::Build-like module configuration.
corelist Shows versions of modules that come with
different
versions of perl.
diff --git a/Porting/add-package.pl b/Porting/add-package.pl
index fc2161d9a9..ee03c45b68 100755
--- a/Porting/add-package.pl
+++ b/Porting/add-package.pl
@@ -204,7 +204,7 @@ my @ChangedFiles;
### fix installperl, so these files get installed by other utils
### ./installperl: return if $name =~
- ### /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|config_data)\z/;
+ ### /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff)\z/;
{ my $file = 'installperl';
### not there already?
diff --git a/README.cygwin b/README.cygwin
index 8a60c96564..02ab4fb8f4 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -566,7 +566,7 @@ be kept as clean as possible.
ext/DB_File/Changes ext/Encode/Changes ext/Sys-Syslog/Changes
ext/Time-HiRes/Changes ext/Win32API-File/Changes
lib/ExtUtils/CBuilder/Changes lib/ExtUtils/Changes lib/ExtUtils/NOTES
- lib/ExtUtils/PATCHING lib/ExtUtils/README lib/Module/Build/Changes
+ lib/ExtUtils/PATCHING lib/ExtUtils/README
lib/Net/Ping/Changes lib/Test/Harness/Changes
lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README README.symbian
symbian/TODO
@@ -683,10 +683,6 @@ be kept as clean as possible.
lib/File/Spec/Win32.pm - References a message on cygwin.com
lib/File/Spec.pm - Pulls in lib/File/Spec/Cygwin.pm
lib/File/Temp.pm - no directory sticky bit
- lib/Module/Build/Compat.pm - Comment references 'make' under Cygwin
- lib/Module/Build/Platform/cygwin.pm
- - Use '.' for man page separator
- lib/Module/Build.pm - Cygwin is Unix-like
lib/Module/CoreList.pm - List of all module files and versions
lib/Net/Domain.pm - No domainname command under Cygwin
lib/Net/Netrc.pm - Bypass using stat() under Cygwin
@@ -729,7 +725,6 @@ be kept as clean as possible.
lib/File/Path.t
lib/File/Spec/t/crossplatform.t
lib/File/Spec/t/Spec.t
- lib/Module/Build/t/destinations.t
lib/Net/hostent.t
lib/Net/Ping/t/110_icmp_inst.t
lib/Net/Ping/t/500_ping_icmp.t
diff --git a/configure.com b/configure.com
index 34f3309ac2..48f6105a56 100644
--- a/configure.com
+++ b/configure.com
@@ -7289,7 +7289,6 @@ $ WRITE CONFIG "$!"
$ WRITE CONFIG "$! Symbols for Perl-based utility programs:"
$ WRITE CONFIG "$!"
$ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
-$ WRITE CONFIG "$ config_data== """ + perl_setup_perl + " ''vms_prefix':[utils]config_data.com"""
$ WRITE CONFIG "$ corelist == """ + perl_setup_perl + " ''vms_prefix':[utils]corelist.com"""
$ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
$ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
diff --git a/installperl b/installperl
index 5acc06a821..9d445ac787 100755
--- a/installperl
+++ b/installperl
@@ -671,10 +671,9 @@ sub installlib {
# ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp
# scripts in lib/ExtUtils, the prove script in lib/Test/Harness,
# the corelist script from lib/Module/CoreList/bin and ptar* in
- # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts
- # and zipdetails in cpan/IO-Compress/bin
+ # lib/Archive/Tar/bin and zipdetails in cpan/IO-Compress/bin
# (they're installed later with other utils)
- return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|ptargrep|config_data|zipdetails)\z/;
+ return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|ptargrep|zipdetails)\z/;
# ignore the Makefiles
return if $name =~ /^makefile$/i;
# ignore the test extensions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL
index 4358b49ca8..608b64e7ea 100644
--- a/pod/perlmodlib.PL
+++ b/pod/perlmodlib.PL
@@ -37,8 +37,6 @@ my %exceptions = (
'abbrev' => 'Text::Abbrev',
'carp' => 'Carp',
'getopt' => 'Getopt::Std',
- 'ModuleInfo' => 'Module::Build::ModuleInfo',
- '$notes_name' => 'Module::Build::Notes',
'Encode::MIME::NAME' => 'Encode::MIME::Name',
'libnetFAQ' => 'Net::libnetFAQ',
);
diff --git a/t/TEST b/t/TEST
index 73a6dc2021..28690db58c 100755
--- a/t/TEST
+++ b/t/TEST
@@ -40,7 +40,6 @@ my %abs = (
'../cpan/IPC-Cmd' => 1,
'../cpan/IPC-SysV' => 1,
'../cpan/Locale-Codes' => 1,
- '../cpan/Module-Build' => 1,
'../cpan/Module-Load' => 1,
'../cpan/Module-Load-Conditional' => 1,
'../cpan/Package-Constants' => 1,
diff --git a/t/porting/customized.dat b/t/porting/customized.dat
index 602a1cb6ac..a935691606 100644
--- a/t/porting/customized.dat
+++ b/t/porting/customized.dat
@@ -10,7 +10,6 @@ Encode cpan/Encode/JP/Makefile.PL a9ca9c836424cc2ecbefa4933d9da5db54131b98
Encode cpan/Encode/KR/Makefile.PL 0e46ded62ec6b128e5562277658132700425a48c
Encode cpan/Encode/Symbol/Makefile.PL 4beddbbd00f638b7de9c6cd0821d9d38020a8218
Encode cpan/Encode/TW/Makefile.PL 0cc44f95e59f45c0fb3b66bde41525f13c19a25c
-Module::Build cpan/Module-Build/lib/Module/Build/ConfigData.pm 85eb9656e68d1f256737dc52d86b5d0fed28f832
PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t ca39f0146e89de02c746e199c45dcb3e5edad691
Text::Balanced cpan/Text-Balanced/t/01_compile.t 1598cf491a48fa546260a2ec41142abe84da533d
Text::Balanced cpan/Text-Balanced/t/02_extbrk.t 6ba1b64a4604e822dc2260b8ffcea6b406339ee8