Skip Menu |

This queue is for tickets about the Weblogic-UserAdmin CPAN distribution.

Report information
The Basics
Id: 119539
Status: open
Priority: 0/
Queue: Weblogic-UserAdmin

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

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



Subject: prereq test fails
My smoker systems started to report the following failure: ... # Failed test 'Found some modules that didn't show up in PREREQ_PM or *_REQUIRES # ' # at /home/cpansand/.cpan/build/2016122809/Test-Prereq-2.002-dXwEUA/blib/lib/Test/Prereq.pm line 221. # Exporter # Test::More # strict # vars # warnings # Looks like you failed 1 test of 1. t/002_prereq.t ........ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... Probably this happens due to changes in Test::Prereq.
On 2016-12-28 01:30:00, SREZIC wrote: Show quoted text
> My smoker systems started to report the following failure: > > ... > # Failed test 'Found some modules that didn't show up in PREREQ_PM > or *_REQUIRES > # ' > # at /home/cpansand/.cpan/build/2016122809/Test-Prereq-2.002- > dXwEUA/blib/lib/Test/Prereq.pm line 221. > # Exporter > # Test::More > # strict > # vars > # warnings > # Looks like you failed 1 test of 1. > t/002_prereq.t ........ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... > > Probably this happens due to changes in Test::Prereq.
If this test is meant to detect authoring issues, perhaps it should be restricted to an author test? (Either move it to xt/author, or guard it with: plan skip_all => 'These tests are for authors only!' unless $ENV{AUTHOR_TESTING};