Formatting fix
Dave Rolsky [Fri, 2 Oct 2009 02:05:17 +0000 (21:05 -0500)]
Changes

diff --git a/Changes b/Changes
index e9afb67..6026917 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,10 +9,10 @@ Revision history for Perl extension Class-MOP.
 
 0.94 Tue, Sep 22, 2009
     * Class::MOP::Attribute
-        - Introduce set_raw_value and get_raw_value, side effect free variants
-          of {get,set}_value. These don't do anything useful in Class::MOP but
-          have different behavior that set_value and get_value for Moose
-          attributes. (nothingmuch)
+      - Introduce set_raw_value and get_raw_value, side effect free variants
+        of {get,set}_value. These don't do anything useful in Class::MOP but
+        have different behavior that set_value and get_value for Moose
+        attributes. (nothingmuch)
 
 0.93 Tue, Sep 15, 2009
     * Class::MOP