Report errors from perspective of caller of a clan of modules
This module reports errors from the perspective of the caller of a clan of modules, similar to Carp.pm itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the clan of modules which shall never be blamed for any error. :-)
This module reports errors from the perspective of the caller of a clan of modules, similar to Carp.pm itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the clan of modules which shall never be blamed for any error. :-)
To install p5.30-carp-clan, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-carp-clan
To see what files were installed by p5.30-carp-clan, run:
port contents p5.30-carp-clan
To later upgrade p5.30-carp-clan, run:
sudo port selfupdate && sudo port upgrade p5.30-carp-clan
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.