Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
To install p5.30-class-inspector, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-class-inspector
To see what files were installed by p5.30-class-inspector, run:
port contents p5.30-class-inspector
To later upgrade p5.30-class-inspector, run:
sudo port selfupdate && sudo port upgrade p5.30-class-inspector
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.