link-checker commit: Fix rt.cpan.org bug number refs in comments.

changeset:   298:cf11e384c26a
user:        ville
date:        Thu Feb 19 21:05:38 2009 +0000
files:       bin/checklink
description:
Fix rt.cpan.org bug number refs in comments.


diff -r a94236b02ff1 -r cf11e384c26a bin/checklink
--- a/bin/checklink	Thu Feb 19 20:21:11 2009 +0000
+++ b/bin/checklink	Thu Feb 19 21:05:38 2009 +0000
@@ -5,7 +5,7 @@
 # (c) 1999-2009 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
-# $Id: checklink,v 4.149 2009-02-19 20:21:11 ville Exp $
+# $Id: checklink,v 4.150 2009-02-19 21:05:38 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -33,7 +33,7 @@
 # http://www.mail-archive.com/cpan-testers-discuss%40perl.org/msg01064.html
 BEGIN {
   # undefinedness and "v-string in use/require non-portable" warnings with
-  # perl5lib 1.02 and perl 5.10.0, rt.cpan.org #43443, #43446
+  # perl5lib 1.02 and perl 5.10.0, rt.cpan.org #43446, #43447
   local $^W = 0;
   require perl5lib;
 }
@@ -277,7 +277,7 @@
   $PROGRAM     = 'W3C-checklink';
   $VERSION     = '4.4';
   $REVISION    = sprintf('version %s (c) 1999-2009 W3C', $VERSION);
-  my ($cvsver) = q$Revision: 4.149 $ =~ /(\d+[\d\.]*\.\d+)/;
+  my ($cvsver) = q$Revision: 4.150 $ =~ /(\d+[\d\.]*\.\d+)/;
   $AGENT       = sprintf('%s/%s [%s] %s',
                          $PROGRAM, $VERSION, $cvsver,
                          (W3C::UserAgent::USE_ROBOT_UA

Received on Thursday, 5 August 2010 14:47:38 UTC