perl/modules/W3C/LinkChecker Makefile.PL,1.15,1.16

Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv4704

Modified Files:
	Makefile.PL 
Log Message:
Require libwww-perl >= 5.802.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.PL	19 Apr 2007 21:41:54 -0000	1.15
+++ Makefile.PL	21 Apr 2008 07:26:32 -0000	1.16
@@ -1,20 +1,6 @@
 use 5.00503;
 use ExtUtils::MakeMaker;
 
-eval {
-  require LWP;
-  if ($LWP::VERSION eq "5.76") {
-    print STDERR <<'EOF';
-
-*** Warning: it is not recommended to use this version of link checker with
-*** libwww-perl version 5.76.  Version 5.76 of libwww-perl has a bug which
-*** may cause the link checker to follow redirects to file: URLs.
-
-EOF
-  }
-};
-
-
 WriteMakefile(
   NAME          => 'W3C::LinkChecker',
   ABSTRACT      => 'W3C Link Checker',
@@ -24,7 +10,7 @@
                      CGI             => 0,
                      Config::General => 2.06,
                      HTML::Parser    => 3.20,
-                     LWP             => 5.66,
+                     LWP             => 5.802,
                      Net::IP         => 0, # Optional, see the docs.
                      Term::ReadKey   => 2.00,
                      Time::HiRes     => 0,

Received on Monday, 21 April 2008 07:27:06 UTC