cpanminus

Get, unpack, build, and install Perl modules from CPAN

brewmacoslinux
Try with needOr install directly
Source

About

Get, unpack, build, and install modules from CPAN

Commands

cpanm

Examples

Install a Perl module from CPAN$ cpanm Module::Name
Install a module from a specific URL or local file$ cpanm https://example.com/Module-1.0.tar.gz
Install multiple modules at once$ cpanm Module::One Module::Two Module::Three