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