X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f0c042bc38ca4ef8e3af39cc76d51dca27d90eb7;hb=52da380a9111c74467177526f792a898b412591a;hp=dd158584d4d3549ffafad112d56cb900ea6f0189;hpb=bfe4136962533b04367ff4f5f3c483536c31231d;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index dd15858..f0c042b 100644 --- a/Changes +++ b/Changes @@ -26,11 +26,13 @@ Revision history for Perl extension Moose - Allow a subclass to set lazy_build for an inherited attribute. (Dieter Pearcey). - * Moose::Meta::Role::Application::ToInstance - - Attempting to apply the same role to an object repeatedly is - now a no-op after the first application. Previously, doing - this to an object instance eventually caused recursion - warnings from Perl. Reported by Curtis Poe. RT #43904. + * Makefile.PL + - Explicitly depend on Data::OptList. We already had this dependency + via Sub::Exporter, but since we're using it directly we're + better off with it listed. (Sartak) + + * Moose::Meta::Method::Constructor + - Make it easier to subclass the inlining behaviour 0.72 Mon, February 23, 2009 * Moose::Object