- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 19:13:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv3242/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Drop support for HTML-(Head)Parser < 3.60.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- META.yml 14 Dec 2009 22:03:54 -0000 1.20
+++ META.yml 3 Mar 2010 19:13:29 -0000 1.21
@@ -17,6 +17,7 @@
Encode::JIS2K: 0
File::Spec::Functions: 0
HTML::Encoding: 0.52
+ HTML::HeadParser: 3.6
HTML::Parser: 3.24
HTML::Template: 2.6
HTML::Tidy: 0
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.PL 14 Dec 2009 22:03:55 -0000 1.31
+++ Makefile.PL 3 Mar 2010 19:13:29 -0000 1.32
@@ -21,6 +21,7 @@
"Encode::HanExtra" => 0,
"File::Spec::Functions" => 0,
"HTML::Encoding" => 0.52,
+ "HTML::HeadParser" => 3.60,
"HTML::Parser" => 3.24,
"HTML::Template" => 2.6,
"HTTP::Headers::Auth" => 0,
Received on Wednesday, 3 March 2010 19:13:33 UTC