Subject: | follow_link dies |
The usage of $link->url in the follow_link method seems to be (sometimes?)
wrong, as $link is not (always?) an object. I put some diagnostics at line
359 of the module:
use Data::Dumper;warn Dumper($link);
which returns
$VAR1 = [
'view_icon.wml?top=Girl%20des%20Tages&db=gdt',
'Girl des Tages',
undef
];
Regards,
Slaven