base class to treat unhandled method calls as errors
Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail.
Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail.
To install p5.32-class-whitehole, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-class-whitehole
To see what files were installed by p5.32-class-whitehole, run:
port contents p5.32-class-whitehole
To later upgrade p5.32-class-whitehole, run:
sudo port selfupdate && sudo port upgrade p5.32-class-whitehole
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.