- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Jun 2010 22:19:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv12714/httpd/cgi-bin
Modified Files:
check
Log Message:
Bring back comment why XML::LibXML 1.70+ is needed.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.777
retrieving revision 1.778
diff -u -d -r1.777 -r1.778
--- check 10 Jun 2010 22:15:47 -0000 1.777
+++ check 10 Jun 2010 22:19:55 -0000 1.778
@@ -222,7 +222,7 @@
local $ENV{XML_CATALOG_FILES} =
catfile($CFG->{Paths}->{SGML}->{Library}, 'catalog.xml');
require XML::LibXML;
- XML::LibXML->VERSION(1.70);
+ XML::LibXML->VERSION(1.70); # Need 1.70 for (working) structured errors
} # end of BEGIN block.
Received on Thursday, 10 June 2010 22:19:59 UTC