- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 11:34:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv878/htdocs/docs
Modified Files:
install.html
Log Message:
LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- install.html 20 Nov 2008 14:10:58 -0000 1.40
+++ install.html 4 Jan 2009 11:34:56 -0000 1.41
@@ -149,10 +149,10 @@
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
Received on Sunday, 4 January 2009 11:35:07 UTC