MooseX::MarkAsMethods - Mark overload code symbols as methods
MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".
MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".
To install p5.34-moosex-markasmethods, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-moosex-markasmethods
To see what files were installed by p5.34-moosex-markasmethods, run:
port contents p5.34-moosex-markasmethods
To later upgrade p5.34-moosex-markasmethods, run:
sudo port selfupdate && sudo port upgrade p5.34-moosex-markasmethods
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.