- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jul 2007 17:41:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv27849/misc/bundle
Modified Files:
Makefile.PL
Log Message:
XML::LibXML >= 1.53 is needed for load_catalog().
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.PL 25 Jul 2007 17:16:06 -0000 1.7
+++ Makefile.PL 25 Jul 2007 17:41:54 -0000 1.8
@@ -16,7 +16,7 @@
Net::IP => 0,
SGML::Parser::OpenSP => 0,
URI => 0,
- XML::LibXML => 0,
+ XML::LibXML => 1.53,
Encode => 0,
Encode::HanExtra => 0,
Encode::JIS2K => 0,
Received on Wednesday, 25 July 2007 17:42:11 UTC