summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-02 19:28:35 +0000
committerville <ville@localhost>2010-03-02 19:28:35 +0000
commite6cc8255f8b6d7bcf583b866cc32ef5afb5768f4 (patch)
tree3be357cd9e338a442a91ee8b55caf8b34f3d0058
parent9e41d65745b677d2cafd6dfefa1f0d3d7802dcf6 (diff)
downloadmarkup-validator-e6cc8255f8b6d7bcf583b866cc32ef5afb5768f4.zip
markup-validator-e6cc8255f8b6d7bcf583b866cc32ef5afb5768f4.tar.gz
markup-validator-e6cc8255f8b6d7bcf583b866cc32ef5afb5768f4.tar.bz2
Fix XML::LibXML version numbers in comments.
-rwxr-xr-xhttpd/cgi-bin/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 740d858..3ff48f5 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.766 2010-03-02 19:27:19 ville Exp $
+# $Id: check,v 1.767 2010-03-02 19:28:35 ville Exp $
#
# We need Perl 5.8.0+.
@@ -190,7 +190,7 @@ EOF
#
# Strings
- $VERSION = q$Revision: 1.766 $;
+ $VERSION = q$Revision: 1.767 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
# Read friendly error message file
@@ -639,7 +639,7 @@ if (&is_xml($File)) {
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;