Skip to content

plenv should update MANPATH so that man pages installed in a plenv-managed Perl are found #177

@mjgardner

Description

@mjgardner

Perl module distributions can and do install man page versions of their documentation (e.g., via cpanm's --man-pages option). But the man command won't find those installed in a plenv-managed Perl unless you manually change your MANPATH environment variable to include them (e.g., export MANPATH=~/.plenv/versions/5.34.0/man:$MANPATH). plenv ought to manage this when switching Perl versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions