Skip Menu |

This queue is for tickets about the WWW-CheckSite CPAN distribution.

Report information
The Basics
Id: 55185
Status: new
Priority: 0/
Queue: WWW-CheckSite

People
Owner: Nobody in particular
Requestors: LAXEN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.018
Fixed in: (no value)



When running checksite, I get many of the following warnings: Use of uninitialized value in bitwise and (&) at /usr/local/share/perl/5.10.0/WWW/CheckSite/Validator.pm line 642. Use of uninitialized value in bitwise and (&) at /usr/local/share/perl/5.10.0/WWW/CheckSite/Validator.pm line 644. Use of uninitialized value in bitwise and (&) at /usr/local/share/perl/5.10.0/WWW/CheckSite/Validator.pm line 645. I tried to debug it a little, and the error occurs in Validator::set_action Under some condition, I'm sorry but I don't know what, when you enter that subroutine you have: DB<6> x $in_cache 0 ARRAY(0x9d99410) 0 empty slot 1 999 so $in_cache->[0] is undefined, which will trigger the warning. Everything seems to work fine despite this. I hope this is helpful. Best wishes, Henry Laxen