| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 10:22:02
0.025
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
05 Jul 2012 17:45:17
0.025
|
sunpoet  |
- Update to 0.025
- Add LICENSE
Changes: http://search.cpan.org/dist/CatalystX-InjectComponent/Changes |
20 Apr 2012 18:11:39
0.024_1
|
sunpoet  |
- Fix *_DEPENDS:
- p5-Module-Pluggable is already in all supported Perl releases
- p5-parent is in core since Perl 5.10.1
- Bump PORTREVISION for dependency change |
07 Feb 2012 13:29:00
0.024
|
eadler  |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav) |
10 Jan 2012 15:53:30
0.024
|
swills  |
- Add TEST_DEPENDS to enable testing |
08 May 2011 23:08:38
0.024
|
swills  |
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/ |