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.