mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
5 lines
290 B
Plaintext
5 lines
290 B
Plaintext
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.
|