aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-Component-Traits
Commit message (Collapse)AuthorAgeFilesLines
* - /mach/ -> /%%PERL_ARCH%%/Philip M. Gollucci2010-09-241-4/+4
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=261741
* - Update to 0.16Philip M. Gollucci2010-08-312-4/+4
| | | | | | | | | PR: ports/150122 Submitted by: Bill Brinzer <bill.brinzer@gmail.com> Changes: http://search.cpan.org/dist/CatalystX-Component-Traits/Changes Notes: svn path=/head/; revision=260241
* - update to 0.14Yen-Ming Lee2009-11-092-17/+9
| | | | | | | | | PR: 140382 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=244025
* Adds a Catalyst::Component "COMPONENT" method to your Catalyst component baseMartin Wilke2009-07-284-0/+51
class. This method reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable. WWW: http://search.cpan.org/dist/CatalystX-Component-Traits/ PR: ports/137142 Submitted by: Bill Brinzer <bill.brinzer at gmail.com> Notes: svn path=/head/; revision=238537