Add some work for perigrin
[gitmo/MooseX-MetaDescription.git] / Changes
CommitLineData
003eeeb9 1Revision history for Perl extension MooseX::MetaDescription
2
7c697304 30.03
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
16
17 * MooseX::MetaDescription::Meta::Class
18 - descriptions will now "inherit" by
19 default, unless you specify the
20 description explicitly
21 - added test for this
22
fd9f54cc 230.01 Friday, May 2, 2008
003eeeb9 24 - extracted from Ernst project into it's
25 own package, cause it is useful