* Ted Carnahan <ted at tedcarnahan.com> [2006-07-26 18:50]:
> prove -l %1 2>&1 | perl -p -e s/Attempt.*\n//;
Just run with
no warnings 'internal';
This might work as a quick fix for batch files, CPAN.pm etc:
PERL5OPT=-M-warnings=internal
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>