- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Mar 2010 17:13:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv8995/bin Modified Files: checklink Log Message: Fix HTML::Parser dependency version. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.191 retrieving revision 4.192 diff -u -d -r4.191 -r4.192 --- checklink 9 Mar 2010 20:52:16 -0000 4.191 +++ checklink 11 Mar 2010 17:13:42 -0000 4.192 @@ -226,7 +226,7 @@ use CSS::DOM::Style qw(); use CSS::DOM::Util qw(); use HTML::Entities qw(); -use HTML::Parser 3.20 qw(); # >= 3.20 for "line" argspec identifier +use HTML::Parser 3.40 qw(); # >= 3.40 for utf8_mode() use HTTP::Headers::Util qw(); use HTTP::Request qw(); use HTTP::Response 1.50 qw(); # >= 1.50 for decoded_content()
Received on Thursday, 11 March 2010 17:13:46 UTC