Fix tests to work regardless of order of get_all_attributes return value (RT#81713)
[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
c2ee66fe 6<<<<<<< HEAD
55e9fc1b 70.05 Sat. Mar 3, 2012
8 * Fix undeclared dependency on Test::Excpetion. RT#75491
9
c2ee66fe 10=======
11>>>>>>> 3724a0d... Fix tests to work regardless of order of get_all_attributes return value (RT#81713)
8f56034d 120.04 Tue. Feb 8, 2010
0f4510ea 13 * Fix tests to work without undocumented features which
8f56034d 14 aren't present in the latest refactor of attributes in roles
794d7304 15 in Moose 0.94 (RT#54159).
0f4510ea 16
6515e19d 170.03
7c697304 18 * MooseX::MetaDescription::Meta::Trait
19 - added the prepare_traits_for_application method
20 to make modifying and pre-processing trait names
21 easier
22 - added tests for this
23
56e78a9c 240.02 Wed. May 7, 2008
25 ~~ documentation added for all modules ~~
26
d9f5e5ae 27 * MooseX::MetaDescription::Meta::Trait
28 - making metadescription attribute default
29 also load the metadescription class
6515e19d 30
d9f5e5ae 31 * MooseX::MetaDescription::Meta::Class
6515e19d 32 - descriptions will now "inherit" by
33 default, unless you specify the
d9f5e5ae 34 description explicitly
35 - added test for this
36
fd9f54cc 370.01 Friday, May 2, 2008
6515e19d 38 - extracted from Ernst project into it's
39 own package, cause it is useful