blob: 4a9fe360e893c79c6ead39169a8a2596d7f70b82 (
plain) (
blame)
1
2
3
4
5
6
|
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)
WWW: http://search.cpan.org/dist/CatalystX-InjectComponent/
|