From: Dave Rolsky Date: Fri, 8 Aug 2008 16:18:07 +0000 (+0000) Subject: Fix order of changes X-Git-Tag: 0_55_01~43^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e6c2b88b8c5bc60b65d75e1169507e2dcabafa9;p=gitmo%2FMoose.git Fix order of changes --- diff --git a/Changes b/Changes index 6e77eca..f26dde2 100644 --- 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