
plenv-install - install perl5 into ~/.plenv/

plenv install 5.16.2
plenv install 5.16.2 -Dusethreads --as 5.16.2-threads

This subcommand install Perl binary into ~/.plenv/versions/.

Switches passed to perl Configure script.
ex. plenv install 5.10.1 -D usemymalloc -U uselargefiles
plenv applies alternative name to installation.
ex. plenv install 5.16.2 -Dusethreads --as 5.16.2-threads
You can specify the directory to work building.
It is useful to save object files for debugging.
(Default: temporary directory to use)

Current version of plenv supports following installation source.
If you specify the version number, plenv fetches tar ball for the version from CPAN and install it.
When you specify the path to tar ball, plenv extract it and intall.