1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/p5-CatalystX-InjectComponent/pkg-descr
Steve Wills 0fe1cdd740 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/
2011-05-08 23:08:38 +00:00

7 lines
362 B
Plaintext

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/