Formatting tweaks
Dave Rolsky [Fri, 26 Jun 2009 15:20:52 +0000 (10:20 -0500)]
Changes

diff --git a/Changes b/Changes
index 3822309..6367829 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,7 +3,8 @@ for, noteworthy changes.
 
 0.84 Thu, Jun 25, 2009
     * Moose::Role
-      - has now sets definition_context for attributes defined in roles. (doy)
+      - has now sets definition_context for attributes defined in
+        roles. (doy)
 
     * Moose::Meta::Attribute
       - When adding an attribute to a metaclass, if the attribute has
@@ -11,8 +12,8 @@ for, noteworthy changes.
         warning. (hdp)
       - Methods generated by delegation were not being added to
         associated_methods. (hdp)
-      - Attribute accessors (reader, writer, accessor, predicate, clearer) now
-        warn if they overwrite an existing method. (doy)
+      - Attribute accessors (reader, writer, accessor, predicate,
+        clearer) now warn if they overwrite an existing method. (doy)
       - Attribute constructors now warn very noisily about unknown (or
         mispelled) arguments