validator/httpd/cgi-bin check,1.547,1.548

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv27849/httpd/cgi-bin

Modified Files:
	check 
Log Message:
XML::LibXML >= 1.53 is needed for load_catalog().

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -d -r1.547 -r1.548
--- check	25 Jul 2007 17:37:25 -0000	1.547
+++ check	25 Jul 2007 17:41:54 -0000	1.548
@@ -61,7 +61,7 @@
 use SGML::Parser::OpenSP      qw();
 use URI                       qw();
 use URI::Escape               qw(uri_escape);
-use XML::LibXML               qw();
+use XML::LibXML          1.53 qw(); # Need 1.53 for $p->load_catalog.
 
 ###############################################################################
 #### Constant definitions. ####################################################

Received on Wednesday, 25 July 2007 17:42:13 UTC