Skip Menu |

This queue is for tickets about the PodParser CPAN distribution.

Report information
The Basics
Id: 1498
Status: resolved
Priority: 0/
Queue: PodParser

People
Owner: Nobody in particular
Requestors: jim [...] dew.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.18
Fixed in: (no value)



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
From: marekr [...] cpan.org
This should work well now - please check with a recent Pod::Parser from CPAN; I tested with perl 5.6.1, perl 5.8.0, 5.8.2 etc., on a variety of platforms. Is the problem still there? -Marek [guest - Wed Sep 4 18:39:49 2002]: Show quoted text
> 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
Please check again with Pod-Parser-1.30, and feel free to reopen the ticket if the problem is still there. -Marek