Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-AutoBuild CPAN distribution.

Report information
The Basics
Id: 95924
Status: open
Priority: 0/
Queue: Test-AutoBuild

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

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



Subject: pod test fails
Test suite fails: # Failed test 'POD test for blib/script/auto-build' # at /opt/perl-5.20.0-RC1t/lib/site_perl/5.20.0/Test/Pod.pm line 186. # blib/script/auto-build (286): Expected text after =item, not a number # blib/script/auto-build (291): Expected text after =item, not a number # blib/script/auto-build (296): Expected text after =item, not a number # blib/script/auto-build (300): Expected text after =item, not a number # Looks like you failed 1 test of 70. t/005-pod.t ....................
Pod coverage tests should not be running for the user. Either move it to xt/, or guard it with: use Test::More; plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};