Skip Menu |

This queue is for tickets about the Perl-Dist CPAN distribution.

Report information
The Basics
Id: 122312
Status: new
Priority: 0/
Queue: Perl-Dist

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

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



Subject: Wrong order in 12_util_toolchain.t
The line use LWP::Online ':skip_all'; has to come *before* use Test::More 0.86 tests => 61; Otherwise a plan error happens if the current system is actually offline: ... You tried to plan twice at /usr/perl5.22.1p/lib/site_perl/5.22.1/LWP/Online.pm line 170. BEGIN failed--compilation aborted at t/12_util_toolchain.t line 10. # Looks like your test exited with 255 before it could output anything. t/12_util_toolchain.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 61/61 subtests ...