- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 20:21:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv4698
Modified Files:
META.yml Makefile.PL
Log Message:
Use PERL5LIB from environment even in taint mode, thanks to people on cpan-testers-discuss for assistance.
Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- META.yml 19 Feb 2009 20:18:26 -0000 1.17
+++ META.yml 19 Feb 2009 20:21:11 -0000 1.18
@@ -24,6 +24,7 @@
LWP::UserAgent: 0
Net::hostent: 0
Net::IP: 0
+ perl5lib: 0
Socket: 0
Term::ReadKey: 2
Test::More: 0
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.PL 19 Feb 2009 20:18:22 -0000 1.24
+++ Makefile.PL 19 Feb 2009 20:21:11 -0000 1.25
@@ -15,6 +15,7 @@
HTTP::Response => 1.50,
LWP::RobotUA => 1.19,
LWP::UserAgent => 0,
+ perl5lib => 0,
Time::HiRes => 0,
URI => 1.31,
URI::Escape => 0,
Received on Thursday, 19 February 2009 20:21:23 UTC