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