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