Skip Menu |

This queue is for tickets about the Statistics-Basic CPAN distribution.

Report information
The Basics
Id: 132312
Status: new
Priority: 0/
Queue: Statistics-Basic

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

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



Subject: Tests fail when no '.' in @INC on perl >= 5.26.0


This is just a bug for visibility on MetaCPAN and friends.

Tests are broken by a dependency on "." being in @INC to resolve "t::locale_hack" to "./t/locale_hack.pm"

But these breakages are hidden on perl's without PERL_USE_UNSAFE_INC being explicitly set to 0 because the standard install/test toolchain sets it to =1.

 

PR: https://github.com/jettero/statistics--basic/pull/3