Skip Menu |

This queue is for tickets about the local-lib CPAN distribution.

Report information
The Basics
Id: 131385
Status: new
Priority: 0/
Queue: local-lib

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

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



Subject: normal output will not fix partially set up environments
If a local::lib is partially set up, the output of `perl -Mlocal::lib` will not fix all of the environment variables. For example: eval $(perl -Mlocal::lib) export PATH=/usr/bin:/bin eval $(perl -Mlocal::lib) This will not re-add the local::lib bin directory to PATH.