ouest / asdf-perl

Perl plugin for the asdf version manager
MIT License
29 stars 6 forks source link

Add environment variable to optionally display devel perls #18

Closed m-dango closed 1 year ago

m-dango commented 1 year ago

Resolves #16.

The environment variable $ASDF_PERL_DEVEL allows for displaying all available versions of perl. Without it, asdf list all perl will display stable versions.

This also makes asdf install perl latest behave as expected, installing the latest stable version instead of a devel version.