Small changes formatting fixes
Dave Rolsky [Thu, 17 Dec 2009 20:34:19 +0000 (14:34 -0600)]
Changes

diff --git a/Changes b/Changes
index fe3a047..3fc96ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,15 +2,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
    * Makefile.PL
-     - Use Module::Install extensions explicitly to avoid confusing errors
-       if they're not installed
-     - Use Module::Install::AuthorRequires to stop test extraction and
-       general failures if you don't have the author side dependencies
-       installed
-
-    * Test::Moose
-      - Added a with_immutable test function, to run a block of tests with
-        and without certain classes being immutable. (doy)
+     - Use Module::Install extensions explicitly to avoid confusing errors if
+       they're not installed
+     - Use Module::Install::AuthorRequires to stop test extraction and general
+       failures if you don't have the author side dependencies installed
+
+   * Test::Moose
+     - Added a with_immutable test function, to run a block of tests with and
+       without certain classes being immutable. (doy)
 
 0.94
     * Moose::Cookbook::Basics::Recipe4