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