Version 0.05
[gitmo/MooseX-MetaDescription.git] / Changes
CommitLineData
003eeeb9 1Revision history for Perl extension MooseX::MetaDescription
2
55e9fc1b 3 * Fix tests to work regardless of order of get_all_attributes
4 return value (RT#81713)
5
60.05 Sat. Mar 3, 2012
7 * Fix undeclared dependency on Test::Excpetion. RT#75491
8
8f56034d 90.04 Tue. Feb 8, 2010
0f4510ea 10 * Fix tests to work without undocumented features which
8f56034d 11 aren't present in the latest refactor of attributes in roles
794d7304 12 in Moose 0.94 (RT#54159).
0f4510ea 13
6515e19d 140.03
7c697304 15 * MooseX::MetaDescription::Meta::Trait
16 - added the prepare_traits_for_application method
17 to make modifying and pre-processing trait names
18 easier
19 - added tests for this
20
56e78a9c 210.02 Wed. May 7, 2008
22 ~~ documentation added for all modules ~~
23
d9f5e5ae 24 * MooseX::MetaDescription::Meta::Trait
25 - making metadescription attribute default
26 also load the metadescription class
6515e19d 27
d9f5e5ae 28 * MooseX::MetaDescription::Meta::Class
6515e19d 29 - descriptions will now "inherit" by
30 default, unless you specify the
d9f5e5ae 31 description explicitly
32 - added test for this
33
fd9f54cc 340.01 Friday, May 2, 2008
6515e19d 35 - extracted from Ernst project into it's
36 own package, cause it is useful