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

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

Modified Files:
	Makefile.PL 
Log Message:
Drop old URI workarounds, require >= 1.31.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.PL	21 Apr 2008 07:26:32 -0000	1.16
+++ Makefile.PL	1 May 2008 07:56:13 -0000	1.17
@@ -14,7 +14,7 @@
                      Net::IP         => 0, # Optional, see the docs.
                      Term::ReadKey   => 2.00,
                      Time::HiRes     => 0,
-                     URI             => 0,
+                     URI             => 1.31,
                      # For the test suite:
                      Test::More      => 0,
                      File::Spec      => 0,

Received on Thursday, 1 May 2008 07:56:49 UTC