Add .gitignore
[gitmo/MooseX-MetaDescription.git] / Changes
CommitLineData
003eeeb9 1Revision history for Perl extension MooseX::MetaDescription
2
0f4510ea 30.04
4 * Fix tests to work without undocumented features which
5 aren't present in the latest refactor of attributes in roles.
6
6515e19d 70.03
7c697304 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
56e78a9c 140.02 Wed. May 7, 2008
15 ~~ documentation added for all modules ~~
16
d9f5e5ae 17 * MooseX::MetaDescription::Meta::Trait
18 - making metadescription attribute default
19 also load the metadescription class
6515e19d 20
d9f5e5ae 21 * MooseX::MetaDescription::Meta::Class
6515e19d 22 - descriptions will now "inherit" by
23 default, unless you specify the
d9f5e5ae 24 description explicitly
25 - added test for this
26
fd9f54cc 270.01 Friday, May 2, 2008
6515e19d 28 - extracted from Ernst project into it's
29 own package, cause it is useful