aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-InjectComponent
Commit message (Collapse)AuthorAgeFilesLines
* CatalystX::InjectComponent will inject Controller, Model, and View componentsSteve Wills2011-05-084-0/+45
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/ Notes: svn path=/head/; revision=273828