summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-05-27 07:56:59 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-27 08:15:53 -0400
commite9fa5a806a772a77473708c3c01c20c725a51822 (patch)
treecf6cbb4e4c1f7ec605cce1c858679dbe1d614913 /Porting
parent7684c8f0e22a8866fd1448586cdf1fdcb2c9bbc8 (diff)
downloadperl-e9fa5a806a772a77473708c3c01c20c725a51822.tar.gz
remove CGI.pm from core perl distribution
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f22d274391..24bb030f0f 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -197,19 +197,6 @@ use File::Glob qw(:case);
'FILES' => q[dist/Carp],
},
- 'CGI' => {
- 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.65.tar.gz',
- 'FILES' => q[cpan/CGI],
- 'EXCLUDED' => [
- qr{^examples/},
- qw( cgi_docs.html
- t/gen-tests/gen-start-end-tags.pl
- t/fast.t
- ),
- ],
- 'DEPRECATED' => '5.019007',
- },
-
'Compress::Raw::Bzip2' => {
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.064.tar.gz',
'FILES' => q[cpan/Compress-Raw-Bzip2],