From: Graham Knop Date: Wed, 19 Jun 2013 14:40:24 +0000 (-0400) Subject: changelog constructor fix X-Git-Tag: v1.003000~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31bcb363b6da6fbcd4959ee495391a386a97c9a0;p=gitmo%2FMoo.git changelog constructor fix --- diff --git a/Changes b/Changes index d5d9508..471639a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + - fix constructor generated when creating a class with + create_class_with_roles when the superclass constructor hasn't been + generated yet - updated META files to list prerequisites in proper phases - $Method::Generate::Accessor::CurrentAttribute hashref contains information about attribute currently being processed (available