* Ted Carnahan <[EMAIL PROTECTED]> [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/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to