Skip Menu |

This queue is for tickets about the Alien-ImageMagick CPAN distribution.

Report information
The Basics
Id: 101448
Status: resolved
Priority: 0/
Queue: Alien-ImageMagick

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

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: 0.04



Subject: t/pod-coverage.t fails
If Test::Pod::Coverage is installed, then test fails with: # Failed test 'Pod coverage on Alien::ImageMagick::Install::Files' # at /usr/perl5.18.4p/lib/site_perl/5.18.4/Test/Pod/Coverage.pm line 133. # Coverage for Alien::ImageMagick::Install::Files is 0.0%, with 1 naked subroutine: # Inline # Looks like you failed 1 test of 3. t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
On 2015-01-10 14:26:47, SREZIC wrote: Show quoted text
> If Test::Pod::Coverage is installed, then test fails with:
Please don't allow pod tests to run for users. Either move them to xt/, or guard them with: use Test::More; plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Just moved pod tests to xt. Will hit the CPAN soon. J. On Sat Jan 10 18:47:34 2015, ETHER wrote: Show quoted text
> On 2015-01-10 14:26:47, SREZIC wrote:
> > If Test::Pod::Coverage is installed, then test fails with:
> > Please don't allow pod tests to run for users. Either move them to > xt/, or guard them with: > > use Test::More; > plan skip_all => 'these tests are for authors only' unless > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
On Thu Jan 29 10:50:41 2015, JETEVE wrote: Show quoted text
> Just moved pod tests to xt. > > Will hit the CPAN soon. > > J. > > On Sat Jan 10 18:47:34 2015, ETHER wrote:
> > On 2015-01-10 14:26:47, SREZIC wrote:
> > > If Test::Pod::Coverage is installed, then test fails with:
> > > > Please don't allow pod tests to run for users. Either move them to > > xt/, or guard them with: > > > > use Test::More; > > plan skip_all => 'these tests are for authors only' unless > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
> >