Skip Menu |

This queue is for tickets about the Module-Setup CPAN distribution.

Report information
The Basics
Id: 116608
Status: new
Priority: 0/
Queue: Module-Setup

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

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



Subject: Core modules and tools no longer search "." for optional modules
Tests fail with perl 5.22.3-RC2 and perl 5.24.1-RC2, very probably because of an incompatible change regarding "." in @INC. Test failure looks like this: Can't locate object method "new" via package "t::Helper::Basic::Callback" at t/050_helper/basic-callback.t line 8. # Looks like your test exited with 255 before it could output anything. t/050_helper/basic-callback.t ..................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests ... Can't locate object method "new" via package "t::Helper::Basic::Foo" at t/050_helper/basic-foo.t line 8. # Looks like your test exited with 255 before it could output anything. t/050_helper/basic-foo.t .......................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests The related perldelta entry: https://metacpan.org/pod/release/SHAY/perl-5.22.3-RC2/pod/perldelta.pod#Core-modules-and-tools-no-longer-search-.-for-optional-modules