On Dec 25, 2009, at 9:53 PM, Mike Brown wrote:

> PERL_DL_NONLAZY=1 /bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
> 'blib/lib', 'blib/arch')" t/*.t
> t/00_about_verbose....ok
> t/01_old_junk.........ok
> t/pod.................skipped
>        all skipped: Test::Pod 1.14 required for testing POD
> All tests successful, 1 test skipped.
> Files=3, Tests=3,  0 wallclock secs ( 0.02 cusr +  0.00 csys =  0.02 CPU)
> 
> BTW, how can all tests be successful, if one is skipped?

So, make test does not fail.  That is how things are supposed to work.  You 
don't have Test::Pod 1.14 installed, and t/pod.t says "OK, we'll just skip the 
POD testing," and everything is fine.  If you were installing that via the CPAN 
shell, it would go ahead and do the install for you.

Nothing is wrong here.

xoxo,
Andy

--
Andy Lester => [email protected] => www.theworkinggeek.com => AIM:petdance






Reply via email to