A suite of small programs to help manage Perl modules
This is pmtools -- a suite of small programs to help manage modules. The names are totally preliminary, and in fact, so is the code. We follow the "keep it small" notion of many tiny tools each doing one thing well, eschewing giant megatools with millions of options.
This is pmtools -- a suite of small programs to help manage modules. The names are totally preliminary, and in fact, so is the code. We follow the "keep it small" notion of many tiny tools each doing one thing well, eschewing giant megatools with millions of options.
To install p5.32-pmtools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-pmtools
To see what files were installed by p5.32-pmtools, run:
port contents p5.32-pmtools
To later upgrade p5.32-pmtools, run:
sudo port selfupdate && sudo port upgrade p5.32-pmtools
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.