From: Dave Rolsky Date: Tue, 26 Aug 2008 16:23:59 +0000 (+0000) Subject: Update changes some more X-Git-Tag: 0.55_04~2^2~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f567f447a7e928b27c0c4ffe2c84ea8ef2f48db;p=gitmo%2FMoose.git Update changes some more --- diff --git a/Changes b/Changes index 3e6d5e7..831c0b8 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,14 @@ Revision history for Perl extension Moose -0.56 +0.55_02 * Makefile.PL and Moose.pm - explicitly require Perl 5.8.0+ (Dave Rolsky) + * 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_01 Wed August 20, 2008 !! Calling Moose::init_meta as a function is now !!