Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer. Use of Module::Install for new distributions is discouraged. Dist::Zilla is recommended instead.
Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer. Use of Module::Install for new distributions is discouraged. Dist::Zilla is recommended instead.
To install p5.32-module-install, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-module-install
To see what files were installed by p5.32-module-install, run:
port contents p5.32-module-install
To later upgrade p5.32-module-install, run:
sudo port selfupdate && sudo port upgrade p5.32-module-install
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.