Subject: | Can't call method "mirror" ... |
The error
Can't call method "mirror" on an undefined value at
/usr/local/lib/perl5/site_perl/5.8.8/CPAN/Testers/ParseReport.pm line 145.
is probably caused by a not created $ua in some circumstances. Very
probably the $ua should be created in parse_distro() outside of the
conditioned block
if (! -e $ctarget or (!$Opt{local} && -M $ctarget > .25)) {
...
}
Regards,
Slaven