- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 19:41:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv14186/htdocs/docs
Modified Files:
install.html
Log Message:
Drop support for XML::LibXML < 1.69.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- install.html 3 Mar 2010 19:13:29 -0000 1.59
+++ install.html 3 Mar 2010 19:40:59 -0000 1.60
@@ -180,7 +180,7 @@
<dd>
Library to handle URIs and escaping special characters in them.
</dd>
- <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a> >= 1.56</dt>
+ <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a> >= 1.69</dt>
<dd>
The Perl binding for libxml2, used to check the syntax of XML-based document types.
</dd>
Received on Wednesday, 3 March 2010 19:41:02 UTC