X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=install%2F5.005%2FNet-Whois-Raw%2FMakefile.PL;fp=install%2F5.005%2FNet-Whois-Raw%2FMakefile.PL;h=0000000000000000000000000000000000000000;hp=abd0ca3e9181d44b4c0e14e16d1872122164267f;hb=cac5bac7073a35e7d693fb55ce537994324b8e74;hpb=88d5d75f5297eaa96d3cd0c2a5f29c981e43e126;ds=sidebyside 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'}, -);