X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=69f30fe762cb2bdac6df62b6b97fff00faef3cb0;hb=5d4eb6e9520a6490a0f5bac1a1aba58ab3b6433d;hp=471639a84271cc11e7bf73da9dd42100d73dda2d;hpb=31bcb363b6da6fbcd4959ee495391a386a97c9a0;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index 471639a..69f30fe 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ - fix constructor generated when creating a class with 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