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