diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 07:56:59 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 08:15:53 -0400 |
commit | e9fa5a806a772a77473708c3c01c20c725a51822 (patch) | |
tree | cf6cbb4e4c1f7ec605cce1c858679dbe1d614913 /win32 | |
parent | 7684c8f0e22a8866fd1448586cdf1fdcb2c9bbc8 (diff) | |
download | perl-e9fa5a806a772a77473708c3c01c20c725a51822.tar.gz |
remove CGI.pm from core perl distribution
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 1 | ||||
-rw-r--r-- | win32/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 428e91f13e..6e55e60d87 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1232,7 +1232,6 @@ distclean: realclean -if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute -if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie -if exist $(LIBDIR)\Carp rmdir /s /q $(LIBDIR)\Carp - -if exist $(LIBDIR)\CGI rmdir /s /q $(LIBDIR)\CGI -if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress -if exist $(LIBDIR)\Config\Perl rmdir /s /q $(LIBDIR)\Config\Perl -if exist $(LIBDIR)\CPAN rmdir /s /q $(LIBDIR)\CPAN diff --git a/win32/makefile.mk b/win32/makefile.mk index cbb74e351c..bf1f38424b 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1430,7 +1430,6 @@ distclean: realclean -if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute -if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie -if exist $(LIBDIR)\Carp rmdir /s /q $(LIBDIR)\Carp - -if exist $(LIBDIR)\CGI rmdir /s /q $(LIBDIR)\CGI -if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress -if exist $(LIBDIR)\Config\Perl rmdir /s /q $(LIBDIR)\Config\Perl -if exist $(LIBDIR)\CPAN rmdir /s /q $(LIBDIR)\CPAN |