- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:01 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 100:76f35ac55360 user: ville date: Wed Jul 21 15:47:15 2004 +0000 files: bin/checklink description: Enforce libwww-perl >= 5.66 requirement. diff -r 993907505f19 -r 76f35ac55360 bin/checklink --- a/bin/checklink Tue Jul 20 15:05:54 2004 +0000 +++ b/bin/checklink Wed Jul 21 15:47:15 2004 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2004 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.4 2004-07-20 14:57:24 ville Exp $ +# $Id: checklink,v 4.5 2004-07-21 15:47:15 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -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); @@ -112,7 +112,7 @@ $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; $VERSION = '4.0'; - my ($cvsver) = q$Revision: 4.4 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.5 $ =~ /(\d+[\d\.]*\.\d+)/; $REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C', $VERSION, $cvsver); $AGENT = sprintf('%s/%s [%s] %s',
Received on Thursday, 5 August 2010 14:47:12 UTC