Perl plugin for asdf version manager
asdf plugin add perl
Check out the asdf readme for instructions.
asdf-perl can automatically install a set of default perl modules right after
installing a perl version. To enable this feature, provide a
$HOME/.default-perl-modules
file that lists one module per line, for example:
App::Ack
CGI
HTML::Template
You can specify a non-default location of this file by setting a ASDF_PERL_DEFAULT_PACKAGES_FILE
variable.
asdf-perl can generate the perl man pages if the ASDF_PERL_GENERATE_MAN
environment variable is set to any value that is not 0
.