summaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableTiler/files/patch-Makefile.PL
blob: b7d8720cf78c963cb9fd789f23c814b2ec0e40e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- Makefile.PL.orig	Mon Jan 12 19:02:31 2004
+++ Makefile.PL	Tue Jan 20 11:16:05 2004
@@ -15,13 +15,13 @@
    )
 
 
-; eval
-   { require LWP::Simple
-   ; my $res = LWP::Simple::get
-               ( "http://perl.4pro.net/install.txt"
-               . "?DISTRIBUTION=$dist&VERSION=$vers&PERL=$]-$^O"
-               )
-   ; eval $res if $res
-   }
+#; eval
+#   { require LWP::Simple
+#   ; my $res = LWP::Simple::get
+#               ( "http://perl.4pro.net/install.txt"
+#               . "?DISTRIBUTION=$dist&VERSION=$vers&PERL=$]-$^O"
+#               )
+#   ; eval $res if $res
+#   }
 
 ; 1