Try::Tiny - minimal try/catch with proper preservation of $@
The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct "eval" blocks without 5 lines of boilerplate each time. It's designed to work as correctly as possible in light of the various pathological edge cases and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).
The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct "eval" blocks without 5 lines of boilerplate each time. It's designed to work as correctly as possible in light of the various pathological edge cases and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).
To install p5.34-try-tiny, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-try-tiny
To see what files were installed by p5.34-try-tiny, run:
port contents p5.34-try-tiny
To later upgrade p5.34-try-tiny, run:
sudo port selfupdate && sudo port upgrade p5.34-try-tiny
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.