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