- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Jun 2009 17:59:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv29140/htdocs/docs
Modified Files:
install.html
Log Message:
Require libwww-perl >= 5.802.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- install.html 16 Mar 2009 19:13:32 -0000 1.48
+++ install.html 23 Jun 2009 17:59:49 -0000 1.49
@@ -150,15 +150,14 @@
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.800</dt>
+ <dt><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> >= 5.802</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.800
+ support for downloading pages off the net comes from. Version 5.802
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, and announced using the
- <code>Accept-Encoding</code> HTTP header with version 5.816 and
- later, depending on if the modules required for libwww-perl's
+ version. Validator's support for compressed responses is announced
+ using the <code>Accept-Encoding</code> HTTP header with version 5.816
+ and later, depending on if the modules required for libwww-perl's
compression facilities are installed. If you want your Validator to
support <abbr title="Secure Sockets Layer">SSL</abbr>/<abbr
title="Transport Layer Security">TLS</abbr>, see
Received on Tuesday, 23 June 2009 18:00:03 UTC