summaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-Component-Traits/DESCR
blob: 33c3306d3c581abf3da3ade659b6b528107c6e4f (plain)
1
2
3
4
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.