Skip Menu |

This queue is for tickets about the Rose-HTMLx-Form-Related CPAN distribution.

Report information
The Basics
Id: 42909
Status: resolved
Priority: 0/
Queue: Rose-HTMLx-Form-Related

People
Owner: Nobody in particular
Requestors: stennie [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



Subject: t/pod-coverage.t fails if Pod::Coverage is installed
Missing some POD .. t/pod-coverage....1/7 # Failed test 'Pod coverage on Rose::HTMLx::Form::Related::Metadata' # at /Library/Perl/5.8.6/Test/Pod/Coverage.pm line 126. # Coverage for Rose::HTMLx::Form::Related::Metadata is 83.3%, with 4 naked subroutines: # form # related_field_names # related_fields # relationship_data # Looks like you failed 1 test of 7. Cheers, Stephen
Subject: Re: [rt.cpan.org #42909] t/pod-coverage.t fails if Pod::Coverage is installed
Date: Thu, 29 Jan 2009 20:15:49 -0600
To: bug-Rose-HTMLx-Form-Related [...] rt.cpan.org
From: Peter Karman <peter [...] peknet.com>
Stephen Steneker via RT wrote on 1/29/09 6:58 PM: Show quoted text
> Thu Jan 29 19:58:57 2009: Request 42909 was acted upon. > Transaction: Ticket created by stennie > Queue: Rose-HTMLx-Form-Related > Subject: t/pod-coverage.t fails if Pod::Coverage is installed > Broken in: 0.14 > Severity: (no value) > Owner: Nobody > Requestors: stennie@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=42909 > > > > Missing some POD .. > > t/pod-coverage....1/7 > # Failed test 'Pod coverage on Rose::HTMLx::Form::Related::Metadata' > # at /Library/Perl/5.8.6/Test/Pod/Coverage.pm line 126. > # Coverage for Rose::HTMLx::Form::Related::Metadata is 83.3%, with 4 naked subroutines: > # form > # related_field_names > # related_fields > # relationship_data > # Looks like you failed 1 test of 7. > > Cheers, > Stephen
thanks. it seems recent Pod::Coverage release is more strict than previous, since those are accessor methods defined with Rose::Object and not proper sub {} declarations in the module. I'll add pod with next release. -- Peter Karman . http://peknet.com/ . peter@peknet.com
fixed in 0.15. This looks like it was due to the switch in Rose::Object to supporting Class::XSAccessor, which made the methods visible to Pod::Coverage.