[Omaha.pm] best practice: podchecker

Jay Hannah jay at jays.net
Thu Jul 21 16:14:09 PDT 2005


On Jul 21, 2005, at 5:45 PM, Andy Lester wrote:
> Then you can look at the slides for my lightning talk "Start Using 
> Prove"
> at http://petdance.com/perl/use-prove-lt.pdf

!!!

Before

    perl -e 'use Test::Harness; undef $Test::Harness::switches; 
runtests(@ARGV)' `find ./ -name "*.t"`

After

    prove -r .

Cool.

Thanks!

j



More information about the Omaha-pm mailing list