0.34
Stevan Little [Mon, 21 Jan 2008 22:58:26 +0000 (22:58 +0000)]
Changes

diff --git a/Changes b/Changes
index e4c3d03..bb13ce7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Moose
 
-0.34
+0.34 Mon. Jan. 21, 2008
     ~~~ more misc. doc. fixes ~~~
     ~~ updated copyright dates ~~
 
@@ -30,7 +30,8 @@ Revision history for Perl extension Moose
       - methods can now be aliased to another name (and
         still retain the original as well)
 
-            with 'My::Role' => { alias => {
+            with 'My::Role' => { 
+                alias => {
                     method1 => method1_aliased
                 }
             };