From: Graham Knop Date: Mon, 24 Jun 2013 03:56:57 +0000 (-0400) Subject: changelog default being set on role application X-Git-Tag: v1.003000~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7281329746acd035bc26f68fe680424157abfaa1;p=gitmo%2FMoo.git changelog default being set on role application --- diff --git a/Changes b/Changes index d75401d..69f30fe 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ create_class_with_roles when the superclass constructor hasn't been generated yet - fix extending the constructor generator using Moo classes/roles + - non-lazy attribute defaults are used when applying a role to an object - updated META files to list prerequisites in proper phases - $Method::Generate::Accessor::CurrentAttribute hashref contains information about attribute currently being processed (available