- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 09:58:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv14186 Modified Files: META.yml Makefile.PL Log Message: Take care of PERL5LIB in taint mode ourselves instead of using perl5lib; perl5lib can itself be in PERL5LIB outside default @INC. Index: META.yml =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- META.yml 28 Mar 2009 13:53:04 -0000 1.19 +++ META.yml 19 Apr 2009 09:58:25 -0000 1.20 @@ -24,7 +24,6 @@ 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.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Makefile.PL 19 Feb 2009 20:21:11 -0000 1.25 +++ Makefile.PL 19 Apr 2009 09:58:25 -0000 1.26 @@ -15,7 +15,6 @@ HTTP::Response => 1.50, LWP::RobotUA => 1.19, LWP::UserAgent => 0, - perl5lib => 0, Time::HiRes => 0, URI => 1.31, URI::Escape => 0,
Received on Sunday, 19 April 2009 09:58:36 UTC