From: Shawn M Moore Date: Wed, 26 Nov 2008 02:26:05 +0000 (+0000) Subject: Changes tweaks X-Git-Tag: 0.62~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b1c0342fda2aa364e20491a17f86e2542063847;p=gitmo%2FMoose.git Changes tweaks --- diff --git a/Changes b/Changes index ba2caec..630e108 100644 --- a/Changes +++ b/Changes @@ -3,10 +3,11 @@ Revision history for Perl extension Moose 0.62 * Moose::Meta::Role::Application::ToClass Moose::Meta::Role::Application::ToRole - - fixed issues where excluding and aliasing the - same methods for a single role did not work - right (worked just fine with multiple roles) - - added test for this + - fixed issues where excluding and aliasing the + same methods for a single role did not work + right (worked just fine with multiple + roles) (stevan) + - added test for this (stevan) * Moose::Meta::Role::Application::RoleSummation - fixed the error message when trying to compose a role with a role it excludes (Sartak) @@ -21,7 +22,9 @@ Revision history for Perl extension Moose * Moose::Meta::Role - create method for constructing a role dynamically (Sartak) - - begin implementing anonymous roles (Sartak) + - added test for this (Sartak) + - anonymous roles! (Sartak) + - added test for this (Sartak) * Moose::Role - more consistent error messages (Sartak)