Fix order of changes
Dave Rolsky [Fri, 8 Aug 2008 16:18:07 +0000 (16:18 +0000)]
Changes

diff --git a/Changes b/Changes
index 6e77eca..f26dde2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,17 +5,17 @@ Revision history for Perl extension Moose
       - Fix inlined constructor so that values produced by default
         or builder methods are coerced as required + test (t0m)
 
+    * Moose::Exporter
+      - This is a new helper module for writing "Moose-alike"
+        modules. This should make the lives of MooseX module authors
+        much easier. (Dave Rolsky)
+
     * Moose
     * Moose::Cookbook::Extending::Recipe1
     * Moose::Cookbook::Extending::Recipe2
       - Rewrote extending and embedding moose documentation and
         recipes to use Moose::Exporter (Dave Rolsky)
 
-    * Moose::Exporter
-      - This is a new helper module for writing "Moose-alike"
-        modules. This should make the lives of MooseX module authors
-        much easier. (Dave Rolsky)
-
     * Moose
     * Moose::Role
       - These two modules now warn when you load them from the main