tokuhirom / plenv

Perl binary manager
Other
516 stars 71 forks source link

[Feature Request] maintain multiple versions of same perl version #145

Closed muenalan closed 6 years ago

muenalan commented 6 years ago

perlbrew has such feature. And i would love to have that too:

SUGGESTED USAGE $ plenv install 5.28.0@cpan-development $ plenv install 5.28.0@cpan-production

miyagawa commented 6 years ago

--as option allows you to install a version as a different name e.g. plenv install 5.28.0 --as 5.28.0-development