Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Readme CPAN distribution.

Report information
The Basics
Id: 17811
Status: resolved
Priority: 0/
Queue: Pod-Readme

People
Owner: rrwo [...] cpan.org
Requestors: cpan [...] clotho.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.06
Fixed in: (no value)



Subject: Tests fail with Pod::Text 3.07
[Note: this bug is actually against v0.07, but rt.cpan.org doesn't know about that version yet] I believe Pod::Text 3.x changed its API so all internal properties are prefixed with "opt_". So, when Pod::Readme::initialize() says $$self{readme_type} ||= "readme"; it always gets "readme" because it should be assigning like: $$self{readme_type} = $$self{opt_readme_type} || $$self{readme_type} || "readme"; The consequence of this is that all of the INVALID_TYPES tests in 10-basic.t mistakenly generate no errors. -- Chris
On Wed Feb 22 15:17:00 2006, CLOTHO wrote: Show quoted text
> [Note: this bug is actually against v0.07, but rt.cpan.org doesn't know > about that version yet] > > I believe Pod::Text 3.x changed its API so all internal properties are > prefixed with "opt_".
I am unable to get Pod::Text 3.x working on my machine, because the latest versions of Pod::Simple fail their tests. I've submitted a fail report on that, http://www.nntp.perl.org/group/perl.cpan.testers/292354 So while I have a patch that I think works, I am hesitant to release it until I can test it.
Subject: Re: [rt.cpan.org #17811] Tests fail with Pod::Text 3.07
Date: Sat, 25 Feb 2006 09:36:03 -0600
To: bug-Pod-Readme [...] rt.cpan.org
From: Chris Dolan <chris [...] chrisdolan.net>
On Feb 25, 2006, at 8:29 AM, via RT wrote: Show quoted text
> I am unable to get Pod::Text 3.x working on my machine, because the > latest versions of Pod::Simple fail their tests. I've submitted a fail > report on that, > > http://www.nntp.perl.org/group/perl.cpan.testers/292354 > > So while I have a patch that I think works, I am hesitant to > release it > until I can test it.
Understood. If you'd like me to test any patches, I'd be very happy to do so. Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Public key: http://www.chrisdolan.net/public.key vCard: http://www.chrisdolan.net/ChrisDolan.vcf
Wow, this is an old ticket. I believe this to have been fixed by subsequent versions before I even took over maintainership, so I'll mark it resolved.