perl-build

Build and manage multiple Perl versions from source

brewmacoslinux
Try with needOr install directly
Source

About

Perl builder

Commands

perl-build

Examples

List available Perl versions to install$ perl-build --definitions
Build and install a specific Perl version$ perl-build 5.36.0 ~/.perls/perl-5.36.0
Build Perl with custom options$ perl-build --configure-opts='-Dusethreads' 5.36.0 ~/.perls/perl-5.36.0