Trailing hatespace
[gitmo/MooseX-MetaDescription.git] / Changes
CommitLineData
003eeeb9 1Revision history for Perl extension MooseX::MetaDescription
2
6515e19d 30.03
7c697304 4 * MooseX::MetaDescription::Meta::Trait
5 - added the prepare_traits_for_application method
6 to make modifying and pre-processing trait names
7 easier
8 - added tests for this
9
56e78a9c 100.02 Wed. May 7, 2008
11 ~~ documentation added for all modules ~~
12
d9f5e5ae 13 * MooseX::MetaDescription::Meta::Trait
14 - making metadescription attribute default
15 also load the metadescription class
6515e19d 16
d9f5e5ae 17 * MooseX::MetaDescription::Meta::Class
6515e19d 18 - descriptions will now "inherit" by
19 default, unless you specify the
d9f5e5ae 20 description explicitly
21 - added test for this
22
fd9f54cc 230.01 Friday, May 2, 2008
6515e19d 24 - extracted from Ernst project into it's
25 own package, cause it is useful