You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% plenv help install
Sorry, this command isn't documented yet.
What did you expect to happen?
the same display as when doing plenv install --help.
% plenv install --help
Summary: Install a Perl version using the perl-build plugin
Usage: plenv install [-v|--verbose] <version>
plenv install [-v|--verbose] /path/to/definition
plenv install -l|--list
-l/--list List all available versions
-v/--verbose Verbose mode: print compilation status to stdout
--as=<NAME> Install the definition as <NAME>
--test Run test cases
--noman Skip installation of manpages
-D, -A, -U, -j perl configure options via perl-build
--version show perl-build plugin version
Example:
plenv install 5.20.2 -j 8 -Dcc=gcc -UDEBUGGING -Accflags=...
For more options that are passed through perl-build, run `perl-build --help`
or see: https://metacpan.org/pod/distribution/Perl-Build/script/perl-build#OPTIONS
Homebrew installs plenv-install in its own way, different from the project original installation. The resulting wrapper script containing the PERL5LIB environment variable settings is installed as plenv-install.
Now, when the plenv command displays the usage, it processes and generates the contents of the plenv-install file. In doing so, it references the contents of the wrapper script, so the display is not as expected.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Display the usage of the plenv install.
What happened (include all command output)?
What did you expect to happen?
the same display as when doing plenv install --help.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: