Subject: | PodParser-1.18 fails make test under perl 5.8, IRIX 6.5.14 |
I was making PDL which requires podselect, and, it couldn't find it. Even though CPAN module was listing Pod::Select as up-to-date, it obviously wasn't. By downloading and making manually, I got everything to compile for the PDL module, however, I noticed that PodParser was failing some of its tests. I don't know it well enough to tell if there is an actual problem.
To summarize: automated CPAN version checking for Pod::Select and Pod::Parser is broken (i.e. it failed to detect a bad and/or failed install). Pod::Parser is failing some of its test under perl 5.8
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/pod/*.t
t/pod/emptycmd...........ok
t/pod/find...............ok
t/pod/for................ok
t/pod/headings...........FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/include............ok
t/pod/included...........ok
t/pod/lref...............FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/multiline_items....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/nested_items.......ok
t/pod/nested_seqs........FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/oneline_cmds.......FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/pod2usage..........FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/poderrs............ok
t/pod/podselect..........FAILED test 1
Failed 1/1 tests, 0.00% okay
t/pod/special_seqs.......FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/pod/headings.t 1 1 100.00% 1
t/pod/lref.t 1 1 100.00% 1
t/pod/multiline_items.t 1 1 100.00% 1
t/pod/nested_seqs.t 1 1 100.00% 1
t/pod/oneline_cmds.t 1 1 100.00% 1
t/pod/pod2usage.t 1 1 100.00% 1
t/pod/podselect.t 1 1 100.00% 1
t/pod/special_seqs.t 1 1 100.00% 1