[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] best practice: podchecker




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