Skip Menu |

This queue is for tickets about the podlators CPAN distribution.

Report information
The Basics
Id: 41188
Status: rejected
Priority: 0/
Queue: podlators

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 2.2.0
  • 2.2.1
  • 2.2.2
Fixed in: (no value)



Subject: Podlators-2.2.0 broken in new way with perl-5.10.0-34900
Date: Mon, 24 Nov 2008 10:04:53 -0600
To: bug-podlators [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
This is either a duplicate or override of bug 40636. Both of these bugs fail the text.t test and the latest perl patch (34900) changes the way the failure presents. Show quoted text
_______ net1#PERL_DL_NONLAZY=1 /runtime/perl-5.10.0-34900/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/text.t t/text.... Failed 1/4 subtests Test Summary Report ------------------- t/text (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 Files=1, Tests=4, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.05 cusr 0.00 csys = 0.09 CPU) Result: FAIL Failed 1/1 test programs. 1/4 subtests failed. -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
On Mon Nov 24 11:05:36 2008, david@davidfavor.com wrote: Show quoted text
> This is either a duplicate or override of bug 40636. > > Both of these bugs fail the text.t test and the latest perl patch > (34900) > changes the way the failure presents. > _______ > > net1#PERL_DL_NONLAZY=1 /runtime/perl-5.10.0-34900/bin/perl "- > MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/text.t > t/text.... Failed 1/4 subtests > > Test Summary Report > ------------------- > t/text (Wstat: 0 Tests: 4 Failed: 1) > Failed test: 4 > Files=1, Tests=4, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.05 cusr > 0.00 csys = 0.09 CPU) > Result: FAIL > Failed 1/1 test programs. 1/4 subtests failed.
This looks like another iteration of the same problem (an outdated Pod::Simple and for some reason the test suite isn't skipping that test). What does /runtime/perl-5.10.0-34900/bin/perl -MPod::Simple -e 'print $POD::Simple::VERSION, "\n"' say?
On Mon Nov 24 11:05:36 2008, david@davidfavor.com wrote: Show quoted text
> This is either a duplicate or override of bug 40636. > > Both of these bugs fail the text.t test and the latest perl patch > (34900) > changes the way the failure presents. > _______ > > net1#PERL_DL_NONLAZY=1 /runtime/perl-5.10.0-34900/bin/perl "- > MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/text.t > t/text.... Failed 1/4 subtests
This really looks like a problem with Pod::Simple and with the test suite not picking up that you have an outdated Pod::Simple, although I'm not sure why that would be. I'm also not sure why you're seeing this when Perl 5.10 should have a new enough Pod::Simple. I can't duplicate this bug, though, so without more information, I can't really address it. The main bit of information that I need is to know what Pod::Simple your Perl invocation is picking up and if there is some other Pod::Simple on the system. I also need to know what the $Pod::Simple::VERSION string is.
podlators 2.3.0 now requires Pod::Simple 3.06 and uses Test::More for all the tests, and the special case for S<> formatting codes has been removed.  I'm curious if any of these changes cause this bug to go away.
I've never been able to reproduce this problem, and there have been no new reports since 2009, so I'm going to go ahead and reject the bug, since I don't think there's anything further that can be usefully investigated at this point.