Subject: | WWW/CheckSite/Validator.pm |
Date: | Mon, 08 May 2006 08:20:05 -0400 |
To: | bug-www-checksite [...] rt.cpan.org |
From: | Zak Burke <zburke [...] thei3p.org> |
Dear Abe Timmerman,
rt.cpan.org is down so I'm sending this bug note via email instead.
With "use strict;", I get the following errors from the sub
WWW::CheckSite::Validator::set_action:
Use of uninitialized value in bitwise and (&) at
/Library/Perl/5.8.1/WWW/CheckSite/Validator.pm line 552.
Use of uninitialized value in bitwise and (&) at
/Library/Perl/5.8.1/WWW/CheckSite/Validator.pm line 554.
Use of uninitialized value in bitwise and (&) at
/Library/Perl/5.8.1/WWW/CheckSite/Validator.pm line 555.
The following line fixes 'em:
$in_cache->[0] || return "[c] Spider: $check";
Best,
zak.