- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 19:15:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv13647/docs
Modified Files:
checklink.html
Log Message:
Require Perl >= 5.8.
Primarily for the previous change, but also because it's very likely that
the code wouldn't work on earlier versions any longer and I suppose there
is very little demand and testing resources available for earlier versions.
Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- checklink.html 14 Jan 2010 16:55:18 -0000 1.57
+++ checklink.html 4 Feb 2010 19:15:47 -0000 1.58
@@ -132,7 +132,8 @@
<ol>
<li>
- Install <a href="http://www.perl.org/get.html">Perl</a>.
+ Install <a href="http://www.perl.org/get.html">Perl</a>, version 5.8
+ or newer.
</li>
<li>
You will need the following <a href="http://www.cpan.org/">CPAN</a>
Received on Thursday, 4 February 2010 19:15:51 UTC