From: Dave Rolsky <autarch@urth.org>
Date: Sun, 31 Aug 2008 03:43:05 +0000 (+0000)
Subject: merge trunk to meta-role-helper branch
X-Git-Tag: 0.55_04~2^2~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=573759ae72acbc9054dd0f4475ff0eb42088fbf0;p=gitmo%2FMoose.git

merge trunk to meta-role-helper branch
---

573759ae72acbc9054dd0f4475ff0eb42088fbf0
diff --cc Changes
index b45e840,c373c04..b393efa
--- a/Changes
+++ b/Changes
@@@ -1,11 -1,9 +1,15 @@@
  Revision history for Perl extension Moose
  
 +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_03 Fri August 29, 2008
+     * No changes from 0.55_02 except increasing the Class::MOP
+       dependency to 0.64_07.
+ 
  0.55_02 Fri August 29, 2008
      * Makefile.PL and Moose.pm
        - explicitly require Perl 5.8.0+ (Dave Rolsky)