- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Mar 2010 19:50:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv26977/httpd/cgi-bin
Modified Files:
check
Log Message:
libxml2 comment update.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.771
retrieving revision 1.772
diff -u -d -r1.771 -r1.772
--- check 6 Mar 2010 11:00:48 -0000 1.771
+++ check 9 Mar 2010 19:50:56 -0000 1.772
@@ -968,6 +968,7 @@
# I wish we could use XML::LibXML::Reader here. but SHAME on those
# major unix distributions still shipping with libxml2 2.6.16… 4 years
# after its release
+ # …and we could use now as we require libxml2 >= 2.6.21 anyway…
my $xml_reader = XML::LibXML->new();
$xml_reader->base_uri($res->base());
Received on Tuesday, 9 March 2010 19:51:00 UTC