Skip Menu |

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

Report information
The Basics
Id: 31566
Status: open
Priority: 0/
Queue: Module-Build

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

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



Subject: Clarify @INC handling in odd situations
The way @INC and $ENV{PERL5LIB} are treated in ./Build and elsewhere (such as _perl_is_same()) leads to confusion in some situations. The current behavior is too complicated, but perhaps cannot be changed without breaking compatibility. A workaround is for the user to set $ENV{PERL5OPT} with "-I$dir". See ticket #29899.