- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 19:21:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv17291
Modified Files:
checklink
Log Message:
Remove obsolete WWW::RobotRules comments.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.143
retrieving revision 4.144
diff -u -d -r4.143 -r4.144
--- checklink 10 Feb 2009 18:37:27 -0000 4.143
+++ checklink 10 Feb 2009 19:21:01 -0000 4.144
@@ -55,9 +55,7 @@
# Cheat by defining something for the constructor, and resetting it later.
my $from_ok = $from;
$from ||= 'www-validator@w3.org';
- # WWW::RobotRules <= 5.78 have bugs which cause suboptimal results with
- # User-Agent substring matching against robots.txt files; "User-Agent: *"
- # should work ok with all though, and "User-Agent: W3C-checklink" for >= 5.77
+
my $self;
if (USE_ROBOT_UA) {
$self = $class->SUPER::new($name, $from, $rules);
Received on Tuesday, 10 February 2009 19:21:13 UTC