From: Graham Knop Date: Thu, 27 Jun 2013 11:09:13 +0000 (-0400) Subject: changelog constructor generator fix X-Git-Tag: v1.003000~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b947ce01f764f0568dd79a4070162b94f20d4b7c;p=gitmo%2FMoo.git changelog constructor generator fix --- diff --git a/Changes b/Changes index 471639a..d75401d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ - 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 - updated META files to list prerequisites in proper phases - $Method::Generate::Accessor::CurrentAttribute hashref contains information about attribute currently being processed (available