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