diff options
Diffstat (limited to 'www/p5-HTML-TableTiler/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-HTML-TableTiler/files/patch-Makefile.PL | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-HTML-TableTiler/files/patch-Makefile.PL b/www/p5-HTML-TableTiler/files/patch-Makefile.PL new file mode 100644 index 000000000000..5419a6426d9f --- /dev/null +++ b/www/p5-HTML-TableTiler/files/patch-Makefile.PL @@ -0,0 +1,22 @@ +--- Makefile.PL.orig Mon Jan 12 00:46:17 2004 ++++ Makefile.PL Mon Jan 12 11:11:54 2004 +@@ -13,11 +13,11 @@ + , PREREQ_PM => { 'HTML::PullParser' => '1.0' } + ) + +-; eval +- { require LWP::Simple +- ; my $res = LWP::Simple::get +- ( "http://perl.4pro.net/install.txt" +- . "?DISTRIBUTION=$dist&PERL=$]-$^O" +- ) +- ; eval $res if $res +- } ++#; eval ++# { require LWP::Simple ++# ; my $res = LWP::Simple::get ++# ( "http://perl.4pro.net/install.txt" ++# . "?DISTRIBUTION=$dist&PERL=$]-$^O" ++# ) ++# ; eval $res if $res ++# } |