- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 19:41:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv14186/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Drop support for XML::LibXML < 1.69.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- META.yml 3 Mar 2010 19:13:29 -0000 1.21
+++ META.yml 3 Mar 2010 19:40:59 -0000 1.22
@@ -34,7 +34,7 @@
Socket: 0
URI: 0
URI::Escape: 0
- XML::LibXML: 1.56
+ XML::LibXML: 1.69
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.PL 3 Mar 2010 19:13:29 -0000 1.32
+++ Makefile.PL 3 Mar 2010 19:40:59 -0000 1.33
@@ -37,7 +37,7 @@
"Socket" => 0,
"URI" => 0,
"URI::Escape" => 0,
- "XML::LibXML" => 1.56,
+ "XML::LibXML" => 1.69,
# Optional:
"Encode::JIS2K" => 0,
Received on Wednesday, 3 March 2010 19:41:04 UTC