Changes indentation fixup
Dave Rolsky [Mon, 15 Sep 2008 15:45:11 +0000 (15:45 +0000)]
Changes

diff --git a/Changes b/Changes
index eb348eb..c11bdc9 100644 (file)
--- 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