- From: Ville Skytta <ville@dev.w3.org>
- Date: Wed, 21 Jul 2004 15:47:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv28293/bin Modified Files: checklink Log Message: Enforce libwww-perl >= 5.66 requirement. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.4 retrieving revision 4.5 diff -u -d -r4.4 -r4.5 --- checklink 20 Jul 2004 14:57:24 -0000 4.4 +++ checklink 21 Jul 2004 15:47:15 -0000 4.5 @@ -33,7 +33,7 @@ package W3C::UserAgent; -use LWP::RobotUA qw(); +use LWP::RobotUA 1.19 qw(); # @@@ Needs also W3C::LinkChecker but can't use() it here. @W3C::UserAgent::ISA = qw(LWP::RobotUA);
Received on Wednesday, 21 July 2004 11:48:06 UTC