link-checker commit: Redirect loops are no longer a problem with the link checker and libwww-perl 5.76 (but redirects to file: URLs still are).

changeset:   57:08eff5f91cd2
user:        ville
date:        Sun Apr 11 20:27:27 2004 +0000
files:       Makefile.PL docs/checklink.html
description:
Redirect loops are no longer a problem with the link checker and libwww-perl 5.76 (but redirects to file: URLs still are).


diff -r f804a818cf3c -r 08eff5f91cd2 Makefile.PL
--- a/Makefile.PL	Sun Apr 11 19:33:41 2004 +0000
+++ b/Makefile.PL	Sun Apr 11 20:27:27 2004 +0000
@@ -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
   }
diff -r f804a818cf3c -r 08eff5f91cd2 docs/checklink.html
--- a/docs/checklink.html	Sun Apr 11 19:33:41 2004 +0000
+++ b/docs/checklink.html	Sun Apr 11 20:27:27 2004 +0000
@@ -6,7 +6,7 @@
     <title>W3C Link Checker Documentation</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <style type="text/css" media="all">@import "linkchecker.css";</style>
-    <meta name="revision" content="$Id: checklink.html,v 1.14 2004-04-11 19:33:41 ville Exp $" />
+    <meta name="revision" content="$Id: checklink.html,v 1.15 2004-04-11 20:27:27 ville Exp $" />
   </head>
 
   <body>
@@ -129,7 +129,7 @@
 	  <li><a href="http://search.cpan.org/dist/CGI.pm/">CGI.pm</a> (required for CGI mode only)</li>
           <li><a href="http://search.cpan.org/dist/Config-General/">Config-General</a> (optional, version 2.06 or newer; required only for reading the (optional) configuration file)</li>
 	  <li><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> (version 3.00 or newer)</li>
-	  <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> (version 5.66 or newer; version 5.70 or newer recommended, except for 5.76 which has a bug that causes the link checker to detect many spurious redirect loops and to follow redirects to <code>file:</code> URLs)</li>
+	  <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> (version 5.66 or newer; version 5.70 or newer recommended, except for 5.76 which has a bug that may cause the link checker follow redirects to <code>file:</code> URLs)</li>
           <li><a href="http://search.cpan.org/dist/Net-IP/">Net-IP</a></li>
           <li><a href="http://search.cpan.org/dist/TermReadKey/">TermReadKey</a> (optional but recommended; required only in command line mode for password input)</li>
 	  <li><a href="http://search.cpan.org/dist/Time-HiRes/">Time-HiRes</a></li>
@@ -208,7 +208,7 @@
         alt="Valid XHTML 1.0!" /></a>
       <a title="Send Feedback for the W3C Link Checker"
         href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
-      $Date: 2004-04-11 19:33:41 $
+      $Date: 2004-04-11 20:27:27 $
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2004

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