- From: Ville Skytta <ville@hutz.w3.org>
- Date: Sun, 11 Apr 2004 20:27:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv6733
Modified Files:
Makefile.PL
Log Message:
Redirect loops are no longer a problem with the link checker and libwww-perl 5.76 (but redirects to file: URLs still are).
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.PL 10 Apr 2004 17:00:54 -0000 1.8
+++ Makefile.PL 11 Apr 2004 20:27:26 -0000 1.9
@@ -6,10 +6,9 @@
if ($LWP::VERSION eq "5.76") {
print STDERR <<'EOF';
-*** Warning: due to a bug in libwww-perl version 5.76, the link checker
-*** will detect many spurious redirect loops, and may follow redirects to
-*** file: URLs. It is not recommended to use this version of libwww-perl
-*** with the link checker.
+*** Warning: it is not recommended to use this version of link checker with
+*** libwww-perl version 5.76. Version 5.76 of libwww-perl has a bug which
+*** may cause the link checker to follow redirects to file: URLs.
EOF
}
Received on Sunday, 11 April 2004 16:27:35 UTC