diff options
author | ville <ville@localhost> | 2007-07-25 17:41:54 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-07-25 17:41:54 +0000 |
commit | b488015b073a084510bf2107c32e96fe3e574258 (patch) | |
tree | 9e7dabd6760e9cafc352f9bb49d7f15760f554da /htdocs/docs | |
parent | b1305cd5ebd0b37220191c1ff5ea8ca7fecea812 (diff) | |
download | markup-validator-b488015b073a084510bf2107c32e96fe3e574258.zip markup-validator-b488015b073a084510bf2107c32e96fe3e574258.tar.gz markup-validator-b488015b073a084510bf2107c32e96fe3e574258.tar.bz2 |
XML::LibXML >= 1.53 is needed for load_catalog().
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 3cea67c..dd57854 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.26 2007-07-24 15:47:59 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-07-24 15:47:59 $" +<!--#set var="revision" value="\$Id: install.html,v 1.27 2007-07-25 17:41:54 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-07-25 17:41:54 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-07-24 15:47:59 $</code>. <tt>:-)</tt> + <code>$Date: 2007-07-25 17:41:54 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -178,7 +178,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.53</dt> <dd> The perl binding for libxml2, used to check the syntax of XML-based document types. </dd> |