- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 19:28:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv16486/httpd/cgi-bin
Modified Files:
check
Log Message:
Fix XML::LibXML version numbers in comments.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.766
retrieving revision 1.767
diff -u -d -r1.766 -r1.767
--- check 2 Mar 2010 19:27:19 -0000 1.766
+++ check 2 Mar 2010 19:28:35 -0000 1.767
@@ -639,7 +639,7 @@
if (ref($@)) {
# handle a structured error (XML::LibXML::Error object)
- # (lib XML::LibXML > 0.66, but will work MUCH better > 0.69 )
+ # (lib XML::LibXML > 1.66, but will work MUCH better with > 1.69)
my $err_obj = $@;
my $num_xmlwf_error = 0;
Received on Tuesday, 2 March 2010 19:28:38 UTC