summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-05-31 14:17:28 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-31 16:02:45 +0100
commit339aa067c11aafe098a0dd18fd51c1e1f147e056 (patch)
treeca0033a2a60740155c653740db11999ab6a80e9c
parent5abafd4c71e6974545540e9ae07b6b72cdb3fd35 (diff)
downloadperl-339aa067c11aafe098a0dd18fd51c1e1f147e056.tar.gz
Remove CGI.pm remnants
-rw-r--r--README.cygwin3
-rw-r--r--pod/perlmodlib.PL1
2 files changed, 1 insertions, 3 deletions
diff --git a/README.cygwin b/README.cygwin
index 8414a973a2..8a60c96564 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -564,7 +564,7 @@ be kept as clean as possible.
dist/Cwd/Changes ext/Compress-Raw-Zlib/Changes
ext/Compress-Raw-Zlib/README ext/Compress-Zlib/Changes
ext/DB_File/Changes ext/Encode/Changes ext/Sys-Syslog/Changes
- ext/Time-HiRes/Changes ext/Win32API-File/Changes lib/CGI/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/Net/Ping/Changes lib/Test/Harness/Changes
@@ -664,7 +664,6 @@ be kept as clean as possible.
- _open_osfhandle not implemented under Cygwin
ext/Win32CORE/Win32CORE.pm
- History of Win32CORE under Cygwin
- lib/CGI.pm - binmode and path separator
lib/Cwd.pm - hook to internal Cwd::cwd
lib/ExtUtils/CBuilder/Platform/cygwin.pm
- use gcc for ld, and link to libperl.dll.a
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL
index c6b9a70111..4358b49ca8 100644
--- a/pod/perlmodlib.PL
+++ b/pod/perlmodlib.PL
@@ -37,7 +37,6 @@ my %exceptions = (
'abbrev' => 'Text::Abbrev',
'carp' => 'Carp',
'getopt' => 'Getopt::Std',
- 'B<CGI::Carp>' => 'CGI::Carp',
'ModuleInfo' => 'Module::Build::ModuleInfo',
'$notes_name' => 'Module::Build::Notes',
'Encode::MIME::NAME' => 'Encode::MIME::Name',