The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data.
The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data.
To install p5.32-devel-stacktrace, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-devel-stacktrace
To see what files were installed by p5.32-devel-stacktrace, run:
port contents p5.32-devel-stacktrace
To later upgrade p5.32-devel-stacktrace, run:
sudo port selfupdate && sudo port upgrade p5.32-devel-stacktrace
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.