- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Mar 2010 21:59:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv16731/bin
Modified Files:
checklink
Log Message:
Wrap long lines.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.185
retrieving revision 4.186
diff -u -d -r4.185 -r4.186
--- checklink 28 Feb 2010 21:13:23 -0000 4.185
+++ checklink 4 Mar 2010 21:59:55 -0000 4.186
@@ -155,9 +155,10 @@
if (my $callback = $self->redirect_progress_callback()) {
- # @@@ TODO: when an LWP internal robots.txt request gets redirected, this
- # will a bit confusingly fire for it too. Would need a robust way to
- # determine whether the request is such a LWP "internal robots.txt" one.
+ # @@@ TODO: when an LWP internal robots.txt request gets redirected,
+ # this will a bit confusingly fire for it too. Would need a robust
+ # way to determine whether the request is such a LWP "internal
+ # robots.txt" one.
&$callback($request->method(), $request->uri());
}
Received on Thursday, 4 March 2010 21:59:58 UTC