From: Dave Rolsky Date: Fri, 29 Aug 2008 18:46:23 +0000 (+0000) Subject: merge trunk to meta-role-helper branch X-Git-Tag: 0.55_04~2^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3329507cc6da3c4b21e8343b775f93ecc78da332;p=gitmo%2FMoose.git merge trunk to meta-role-helper branch --- 3329507cc6da3c4b21e8343b775f93ecc78da332 diff --cc Changes index 737db04,be85cda..b45e840 --- a/Changes +++ b/Changes @@@ -1,14 -1,9 +1,15 @@@ Revision history for Perl extension Moose - 0.55_02 - * Makefile.PL and Moose.pm - - explicitly require Perl 5.8.0+ (Dave Rolsky) - ++0.56 + * Moose::Util::MetaRole + - This simplifies the application of roles to any meta class, as + well as the base object class. Reimplemented metaclass traits + using this module. (Dave Rolsky) + + 0.55_02 Fri August 29, 2008 + * Makefile.PL and Moose.pm + - explicitly require Perl 5.8.0+ (Dave Rolsky) + * Moose::Util::TypeConstraints - Fix warnings from find_type_constraint if the type is not found (t0m).