forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
362 B
Text
6 lines
362 B
Text
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/
|