X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=54174c62afa6c662f4830ec8595b4dd8975c5366;hb=9497137d21a07be7d2ee33a6b8d312bece39c74b;hp=99f4dde27f8522a23db2fb055af50edcf08e1f14;hpb=d9f5e5aeb1ca767b140e316900b53cfc4e87a09e;p=gitmo%2FMooseX-MetaDescription.git diff --git a/Changes b/Changes index 99f4dde..54174c6 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,37 @@ Revision history for Perl extension MooseX::MetaDescription -0.02 +0.06 Tue. Dec 11, 2012 + * Fix tests to work regardless of order of get_all_attributes + return value (RT#81713) + +0.05 Sat. Mar 3, 2012 + * Fix undeclared dependency on Test::Excpetion. RT#75491 + +0.04 Tue. Feb 8, 2010 + * Fix tests to work without undocumented features which + aren't present in the latest refactor of attributes in roles + in Moose 0.94 (RT#54159). + +0.03 + * MooseX::MetaDescription::Meta::Trait + - added the prepare_traits_for_application method + to make modifying and pre-processing trait names + easier + - added tests for this + +0.02 Wed. May 7, 2008 + ~~ documentation added for all modules ~~ + * MooseX::MetaDescription::Meta::Trait - making metadescription attribute default also load the metadescription class - + * MooseX::MetaDescription::Meta::Class - - descriptions will now "inherit" by - default, unless you specify the + - descriptions will now "inherit" by + default, unless you specify the description explicitly - added test for this 0.01 Friday, May 2, 2008 - - extracted from Ernst project into it's - own package, cause it is useful \ No newline at end of file + - extracted from Ernst project into it's + own package, cause it is useful