making easier to extend
[gitmo/MooseX-MetaDescription.git] / Changes
1 Revision history for Perl extension MooseX::MetaDescription
2
3 0.03 
4     * MooseX::MetaDescription::Meta::Trait
5       - added the prepare_traits_for_application method
6         to make modifying and pre-processing trait names
7         easier
8         - added tests for this
9
10 0.02 Wed. May 7, 2008
11     ~~ documentation added for all modules ~~
12
13     * MooseX::MetaDescription::Meta::Trait
14       - making metadescription attribute default
15         also load the metadescription class
16     
17     * MooseX::MetaDescription::Meta::Class
18       - descriptions will now "inherit" by 
19         default, unless you specify the 
20         description explicitly
21         - added test for this
22
23 0.01 Friday, May 2, 2008
24     - extracted from Ernst project into it's 
25       own package, cause it is useful