Class names in Perl often don't sound great when spoken
Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like customer or basket when we are referring to My::Site::User::Customer or My::Site::Shop::Basket. We thought it would be nice if our classes knew what we would prefer to call them.
Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like customer or basket when we are referring to My::Site::User::Customer or My::Site::Shop::Basket. We thought it would be nice if our classes knew what we would prefer to call them.
To install p5.32-universal-moniker, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-universal-moniker
To see what files were installed by p5.32-universal-moniker, run:
port contents p5.32-universal-moniker
To later upgrade p5.32-universal-moniker, run:
sudo port selfupdate && sudo port upgrade p5.32-universal-moniker
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.