- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Dec 2009 22:03:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv13058/htdocs/docs
Modified Files:
install.html
Log Message:
Add minimum required XML::LibXML version (best guess, not necessarily accurate)
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- install.html 11 Dec 2009 18:40:24 -0000 1.57
+++ install.html 14 Dec 2009 22:03:54 -0000 1.58
@@ -182,7 +182,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></dt>
+ <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a> >= 1.56</dt>
<dd>
The Perl binding for libxml2, used to check the syntax of XML-based document types.
</dd>
Received on Monday, 14 December 2009 22:03:58 UTC