perl/modules/W3C/LinkChecker META.yml,1.3,1.4 Makefile.PL,1.7,1.8

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

Modified Files:
	META.yml Makefile.PL 
Log Message:
RobotUA/RobotRules works for local files from command line in LWP 5.66+, bump the required version.

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- META.yml	9 Apr 2004 11:37:51 -0000	1.3
+++ META.yml	10 Apr 2004 17:00:53 -0000	1.4
@@ -8,7 +8,7 @@
     CGI:                           0
     Config::General:               2.06
     HTML::Parser:                  3
-    LWP::RobotUA:                  0
+    LWP:                           5.66
     Net::IP:                       0
     Term::ReadKey:                 2
     Time::HiRes:                   0

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.PL	7 Apr 2004 22:08:33 -0000	1.7
+++ Makefile.PL	10 Apr 2004 17:00:54 -0000	1.8
@@ -25,7 +25,7 @@
                      CGI             => 0,
                      Config::General => 2.06,
                      HTML::Parser    => 3.00,
-                     LWP::RobotUA    => 0,
+                     LWP             => 5.66,
                      Net::IP         => 0,
                      Term::ReadKey   => 2.00,
                      Time::HiRes     => 0,

Received on Saturday, 10 April 2004 13:01:01 UTC