Skip Menu |

This queue is for tickets about the deferred CPAN distribution.

Report information
The Basics
Id: 116581
Status: open
Priority: 0/
Queue: deferred

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

Bug Information
Severity: (no value)
Broken in: 0.01
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. A sample fail report: http://www.cpantesters.org/cpan/report/39742694-5497-11e6-b16d-d483ed09dfea The 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
On Sat Jul 30 03:13:28 2016, SREZIC wrote: Show quoted text
> Tests fail with perl 5.22.3-RC2 and perl 5.24.1-RC2, very probably > because of an incompatible change regarding "." in @INC. > > A sample fail report: http://www.cpantesters.org/cpan/report/39742694- > 5497-11e6-b16d-d483ed09dfea > > The 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
Patch.
Subject: open_OURQ166y.txt
diff -rup deferred-0.01-0-orig/t/05.inherit.t deferred-0.01-0/t/05.inherit.t --- deferred-0.01-0-orig/t/05.inherit.t 2016-08-06 22:21:41.000000000 -0700 +++ deferred-0.01-0/t/05.inherit.t 2016-08-06 22:21:53.000000000 -0700 @@ -1,6 +1,7 @@ #!perl use Test::More tests => 1; +use lib '.'; use deferred qr/^t::.*/; use t::testload2;