Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 15717
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

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

Bug Information
Severity: Important
Broken in: 1.16
Fixed in: (no value)



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
On Fri Nov 11 16:08:05 2005, SREZIC wrote: Show quoted text
> $ 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
This error report is still valid with 1.18
Fixed in 1.24 (or maybe before.)