- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Mar 2010 20:51:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv14231/misc/bundle
Modified Files:
Makefile.PL
Log Message:
Require XML::LibXML >= 1.70 for structured error bugfixes.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.PL 8 Mar 2010 20:10:19 -0000 1.35
+++ Makefile.PL 10 Mar 2010 20:51:38 -0000 1.36
@@ -37,7 +37,7 @@
"Socket" => 0,
"URI" => 0,
"URI::Escape" => 0,
- "XML::LibXML" => 1.69,
+ "XML::LibXML" => 1.70,
# Optional:
"Encode::JIS2K" => 0,
Received on Wednesday, 10 March 2010 20:51:42 UTC