[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Omaha.pm] best practice: podchecker
From: Andy Lester <andy@petdance.com>
> > If your work has a test suite with it, you can also use the standard
> > t/pod.t. Here's one from WWW::Mechanize:
> >
> > http://search.cpan.org/src/PETDANCE/WWW-Mechanize-1.13_01/t/pod.t
Sweet... After 30m correcting 30 some classes w/ POD glitches we now have another 1,404 tests in our test suite.
> perl -e 'use Test::Harness; undef $Test::Harness::switches; runtests(@ARGV)' t/pod.t
t/pod....ok
All tests successful.
Files=1, Tests=1404, 3 wallclock secs ( 2.46 cusr + 0.19 csys = 2.65 CPU)
Nothing like padding your test suite stats. -grin-
Probably helped my big pod2html dump on our Intranet too.
j