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