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
...