Version 0.06
[gitmo/MooseX-MetaDescription.git] / Changes
1 Revision history for Perl extension MooseX::MetaDescription
2
3 0.06 Tue. Dec 11, 2012
4     * Fix tests to work regardless of order of get_all_attributes
5       return value (RT#81713)
6
7 0.05 Sat. Mar 3, 2012
8     * Fix undeclared dependency on Test::Excpetion. RT#75491
9
10 0.04 Tue. Feb 8, 2010
11     * Fix tests to work without undocumented features which
12       aren't present in the latest refactor of attributes in roles
13       in Moose 0.94 (RT#54159).
14
15 0.03
16     * MooseX::MetaDescription::Meta::Trait
17       - added the prepare_traits_for_application method
18         to make modifying and pre-processing trait names
19         easier
20         - added tests for this
21
22 0.02 Wed. May 7, 2008
23     ~~ documentation added for all modules ~~
24
25     * MooseX::MetaDescription::Meta::Trait
26       - making metadescription attribute default
27         also load the metadescription class
28
29     * MooseX::MetaDescription::Meta::Class
30       - descriptions will now "inherit" by
31         default, unless you specify the
32         description explicitly
33         - added test for this
34
35 0.01 Friday, May 2, 2008
36     - extracted from Ernst project into it's
37       own package, cause it is useful