- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 May 2006 18:24:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv627
Modified Files:
Makefile.PL
Log Message:
Outsource line counting to HTML::Parser; version >= 3.20 is now required.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.PL 23 Nov 2004 19:57:48 -0000 1.12
+++ Makefile.PL 6 May 2006 18:24:10 -0000 1.13
@@ -23,7 +23,7 @@
PREREQ_PM => {
CGI => 0,
Config::General => 2.06,
- HTML::Parser => 3.00,
+ HTML::Parser => 3.20,
LWP => 5.66,
Net::IP => 0, # Optional, see the docs.
Term::ReadKey => 2.00,
Received on Saturday, 6 May 2006 18:24:19 UTC