Subject: | e DIR ... # add directories to your @INC is misleading |
This is a documentation bug, I think.
In the default shell's help, under Local Administration when I read:
"e DIR ... # add directories to your @INC"
I take that to mean that it will change my Perl environment permanently (that is after all what cpanp does!).
It doesn't do that :-( Looking at the code, I believe it is just changing @INC whilst cpanp is running, and I can't see a reason to want to do that.
In any event, I think the docs should be clearer about what it's doing.
"e DIR ... # temporarily add directories to your @INC"
is as good as I can suggest, but I don't understand the use case.
Cheers, Dave