-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This is a general CPAN client spec issue, not specific to Build.PL.
In the environment variable section something must be said about $ENV{PATH}: it must be consistent with @INC.
I'm writing this because some packages fail to install because the CPAN client has modified $ENV{PERL5LIB} to add some temporary lib paths, but did not modify PATH to add the bin or script dirs. This cause problems for distributions that rely on Perl scripts instead of modules, as we can get trouble if there is a mismatch between the script and its supporting modules (example: running an older script with the newer modules, or finding the module but not the newer script).
Here is an example issue: https://rt.cpan.org/Ticket/Display.html?id=75376
Metadata
Metadata
Assignees
Labels
No labels