The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for CatalystX-Component-Traits

0.08  2009-07-29 23:39:30
   - Require Module::Pluggable 3.9 to avoid test failures.
   - More verbose error when traits cannot be found, including full search path.

0.07  2009-07-26 15:11:55
    - fix incompatibility with perl 5.8

0.06  2009-07-20 21:44:13
    - configurable trait merging support

0.05  2009-07-17 23:46:43
    - Correctly pass the application class into component constructors

0.04  2009-07-16 13:01:02
    - updated algorithm to handle CatalystX:: namespaced things

0.03  2009-06-15 16:11:11
    - changed trait search algorithm to the one agreed to on #catalyst-dev

0.02  2009-06-14 17:08:55
    - fix for namespaced apps

0.01  2009-06-13 22:30:38
    - first release