From: Yuval Kogman Date: Wed, 20 Aug 2008 17:24:08 +0000 (+0000) Subject: changelog X-Git-Tag: 0_55_01~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f1361787530f3eda194ecc3cb30892e06485fb9;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 3dca573..b4871cd 100644 --- a/Changes +++ b/Changes @@ -53,6 +53,7 @@ Revision history for Perl extension Moose - Now provide an init_meta method just like Moose.pm, and you can call this to provide an alternate role metaclass. (Dave Rolsky and nothingmuch) + - get_method_map now respects the package cache flag (nothingmuch) * Moose::Meta::Role - Two new methods - add_method and wrap_method_body