Subject: | WWW::Mechanize did not return a true value |
$ perl5.8.0 -e 'eval qq/require WWW::Mechanize/; warn $@'
WWW/Mechanize.pm did not return a true value at (eval 1) line 3.
The reason: the "1;" line is *after* the __END__ line.
With this error WWW::CheckSite::Spider does not work (it has a similar
line as the sample one-liner).
It seems that with 5.8.7 there's no such error.
Regards,
Slaven