diff options
Diffstat (limited to 'install/5.005/Net-Whois-Raw/Makefile.PL')
-rwxr-xr-x | install/5.005/Net-Whois-Raw/Makefile.PL | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/install/5.005/Net-Whois-Raw/Makefile.PL b/install/5.005/Net-Whois-Raw/Makefile.PL deleted file mode 100755 index abd0ca3e9..000000000 --- a/install/5.005/Net-Whois-Raw/Makefile.PL +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/perl -w - -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. - -sub MY::postamble { - package MY; - shift->SUPER::postamble . <<'MAKE'; -dist : README - -README : lib/Net/Whois/Raw.pm - @$(PERL) -MPod::Text -e "pod2text('$<');" > $@ - -MAKE -} - -WriteMakefile( - 'NAME' => 'Net::Whois::Raw', - 'VERSION_FROM' => 'lib/Net/Whois/Raw.pm', # finds $VERSION - 'PREREQ_PM' => {'IO::Socket' => 1.0}, - 'EXE_FILES' => ['pwhois'], - 'dist' => {'COMPRESS' => 'gzip --best --force'}, -); |