aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-InjectComponent/pkg-descr
blob: 4666834b6f403ef8f7a3991076b37249d8e300a2 (plain) (blame)
1
2
3
4
CatalystX::InjectComponent will inject Controller, Model, and View components
into your Catalyst application at setup (run)time. It does this by creating a
new package on-the-fly, having that package extend the given component, and
then having Catalyst setup the new component (via ->setup_component)