From: Dave Rolsky Date: Fri, 2 Oct 2009 02:05:17 +0000 (-0500) Subject: Formatting fix X-Git-Tag: 0.95~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6540f4564cee8ef82371304b769acf6d2059372;p=gitmo%2FClass-MOP.git Formatting fix --- diff --git a/Changes b/Changes index e9afb67..6026917 100644 --- 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