- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:02 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 113:a5db12c819d1
user: ville
date: Tue Nov 23 20:50:46 2004 +0000
files: META.yml bin/checklink
description:
Release 4.1.
diff -r c6b2ca571e01 -r a5db12c819d1 META.yml
--- a/META.yml Tue Nov 23 20:48:59 2004 +0000
+++ b/META.yml Tue Nov 23 20:50:46 2004 +0000
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: W3C-LinkChecker
-version: 4.0
+version: 4.1
version_from: bin/checklink
installdirs: site
requires:
diff -r c6b2ca571e01 -r a5db12c819d1 bin/checklink
--- a/bin/checklink Tue Nov 23 20:48:59 2004 +0000
+++ b/bin/checklink Tue Nov 23 20:50:46 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.13 2004-11-11 06:44:57 ot Exp $
+# $Id: checklink,v 4.14 2004-11-23 20:50:46 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -108,9 +108,9 @@
# Version info
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
- $VERSION = '4.0';
+ $VERSION = '4.1';
$REVISION = sprintf('version %s (c) 1999-2004 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.13 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.14 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
Received on Thursday, 5 August 2010 14:47:14 UTC