- 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
In directory hutz:/tmp/cvs-serv8995
Modified Files:
Makefile.PL
Log Message:
Fix HTML::Parser dependency version.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.PL 10 Mar 2010 20:58:58 -0000 1.35
+++ Makefile.PL 11 Mar 2010 17:13:42 -0000 1.36
@@ -15,7 +15,7 @@
CSS::DOM::Style => 0,
CSS::DOM::Util => 0,
HTML::Entities => 0,
- HTML::Parser => "3.20",
+ HTML::Parser => "3.40",
HTTP::Headers::Util => 0,
HTTP::Request => 0,
HTTP::Response => "1.50",
Received on Thursday, 11 March 2010 17:13:46 UTC