Subject: | t/pod.t fail |
I'm trying to install Term::ANSIColor on Mac OS X 10.6 with perl 5.10.0.
I was getting this failure:
t/pod.t .............. 1/2
# Failed test 'examples'
# at /System/Library/Perl/Extras/5.10.0/Test/Pod.pm line 159.
# examples does not exist
# Looks like you failed 1 test of 2.
t/pod.t .............. Dubious, test returned 1 (wstat 256, 0x100)
I updated Test::Pod from 1.26 to 1.48 and the test passed.
Tests should change to work with the older module, a dependency on a newer version of the module be put in place allows the test to pass and/or the test be skipped for non maintainer installs.