diff options
author | ville <ville@localhost> | 2009-01-04 11:34:57 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-04 11:34:57 +0000 |
commit | a145e2f5a258f37ef74ec43a15aed09ef57ec517 (patch) | |
tree | 0da2ba8820aec9472cef631cbc4d807b4e50aa90 /htdocs | |
parent | fec40beb27dc9458a12f6f25c8d19a3a2d141d39 (diff) | |
download | markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.zip markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.tar.gz markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.tar.bz2 |
LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().
Diffstat (limited to 'htdocs')
-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 3b360f5..530fccd 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.40 2008-11-20 14:10:58 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-11-20 14:10:58 $" +<!--#set var="revision" value="\$Id: install.html,v 1.41 2009-01-04 11:34:56 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-01-04 11:34:56 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -149,10 +149,10 @@ install Bundle::W3C::Validator Template system which allows us to separate Validator's logic and presentation. </dd> - <dt><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> >= 5.60</dt> + <dt><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> >= 5.800</dt> <dd> Gisle Aas' most excellent WWW library for Perl. This is where our - support for downloading pages off the net comes from. Version 5.60 + support for downloading pages off the net comes from. Version 5.800 or newer is required, however we strongly suggest a (much) newer version. Validator's support for compressed responses is available with version 5.802 and later. If you want your Validator to |