From: Stevan Little Date: Mon, 21 Jan 2008 22:58:26 +0000 (+0000) Subject: 0.34 X-Git-Tag: 0_35~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe05ce9c3e87d7bf6767c05e68832dc097b61086;p=gitmo%2FMoose.git 0.34 --- diff --git a/Changes b/Changes index e4c3d03..bb13ce7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.34 +0.34 Mon. Jan. 21, 2008 ~~~ more misc. doc. fixes ~~~ ~~ updated copyright dates ~~ @@ -30,7 +30,8 @@ Revision history for Perl extension Moose - methods can now be aliased to another name (and still retain the original as well) - with 'My::Role' => { alias => { + with 'My::Role' => { + alias => { method1 => method1_aliased } };