Subject: | perlbrew should modify MANPATH as well as PATH |
Upon init, perlbrew adds elements to the users $PATH for the perlbrew
executable and for the currently-chosen perl. However, it doesn't add
anything to MANPATH, making it difficult for the user to read the man
pages for anything installed by/with the perl in use (including cpanm).
The init process should also add to MANPATH the value
$HOME/perl5/perlbrew/perls/$PERL_IN_USE/man.