From: Dave Rolsky Date: Mon, 15 Sep 2008 15:45:11 +0000 (+0000) Subject: Changes indentation fixup X-Git-Tag: 0.58~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a7ff69cbfeb6393007136924b25ddef7e1aa25d;p=gitmo%2FMoose.git Changes indentation fixup --- diff --git a/Changes b/Changes index eb348eb..c11bdc9 100644 --- a/Changes +++ b/Changes @@ -55,14 +55,14 @@ Revision history for Perl extension Moose always keep them. (Dave Rolsky) - added tests for this (rafl) - * Moose::Meta::Class - - Changes to how we fix metaclass compatibility that are much - too complicated to go into. The summary is that Moose is much - less likely to complain about metaclass incompatibility - now. In particular, if two metaclasses differ because - Moose::Util::MetaRole was used on the two corresponding - classes, then the difference in roles is reconciled for the - subclass's metaclass. (Dave Rolsky) + * Moose::Meta::Class + - Changes to how we fix metaclass compatibility that are much + too complicated to go into. The summary is that Moose is much + less likely to complain about metaclass incompatibility + now. In particular, if two metaclasses differ because + Moose::Util::MetaRole was used on the two corresponding + classes, then the difference in roles is reconciled for the + subclass's metaclass. (Dave Rolsky) 0.57 Wed September 3, 2008 * Moose::Intro