$ git clone git://github.com/tokuhirom/plenv.git ~/.plenv
$ echo 'export PATH="$HOME/.plenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(plenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l

$ git clone git://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build/

$ plenv help
$ plenv --version (2.3.1)

インストール可能なPerlの一覧 (要 perl-build)
$ plenv install -l

$ plenv install 5.32.1   約8分

参考

$ plenv versions
$ plenv global 5.32.1

$ plenv versions
$ perl -v しても、なぜか5.26.2のまま

参考

編集

 

2021/5/19確認