Re: Runtime errors and excluding URIs by regex

On Mon, 2004-04-26 at 19:48, James Gallagher wrote:

> I'm getting some runtime errors from 3.93-dev (from CVS):
[...]
> Use of uninitialized value in substitution (s///) at
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML/Entities.pm line 399.
> Use of uninitialized value in printf at /usr/bin/checklink line 647.
[...]
> Where the errors at line 647 and 399 repeat many times.

Actually all of those are just warnings (not errors) from generating the
"back to the link checker" link when outputting HTML in command line
mode; we don't have a "self URI" there.

Anyway, it should be fixed now in CVS, I made the link point to
http://validator.w3.org/checklink in this case.  Thanks for testing the
CVS version and the feedback!

Received on Wednesday, 28 April 2004 18:26:11 UTC