Subject: | t/local/back.t may kill CPAN.pm |
If for some reason $pid404 is not defined in the t/local/back.t test
when entering the END block, then the whole process group (i.e. also the
running CPAN.pm process calling the WWW::Mechanize tests) will be killed.
You should probably check first if $pid404 is defined before using it in
the kill() function.
Regards,
Slaven