Automatic Trait Loading and Resolution for Catalyst Components
Adds a COMPONENT in Catalyst::Component method to your Catalyst component base class that reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using new_with_traits in MooseX::Traits from MooseX::Traits::Pluggable.
Adds a COMPONENT in Catalyst::Component method to your Catalyst component base class that reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using new_with_traits in MooseX::Traits from MooseX::Traits::Pluggable.
To install p5.32-catalystx-component-traits, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-catalystx-component-traits
To see what files were installed by p5.32-catalystx-component-traits, run:
port contents p5.32-catalystx-component-traits
To later upgrade p5.32-catalystx-component-traits, run:
sudo port selfupdate && sudo port upgrade p5.32-catalystx-component-traits
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.