From: Matt S Trout Date: Tue, 15 Nov 2011 00:27:30 +0000 (+0000) Subject: Release commit for 0.009012 X-Git-Tag: v0.009012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c391bf14af8e7e08bf4b2ddc5a0a7ddfb9ffdeb5;p=gitmo%2FRole-Tiny.git Release commit for 0.009012 --- diff --git a/Changes b/Changes index afaf3d1..df2c74f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.009012 - 2011-11-15 - make Method::Generate::Constructor handle $obj->new - fix bug where constants containing a reference weren't handled correctly (ref(\[]) is 'REF' not 'SCALAR', ref(\v1) is 'VSTRING')