Basic recipe 12 was in 0.73_01
Dave Rolsky [Mon, 13 Apr 2009 03:01:55 +0000 (22:01 -0500)]
Changes

diff --git a/Changes b/Changes
index e539b0d..00b8203 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,8 +2,6 @@ Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
 ???
-    * Moose::Cookbook::Basics::Recipe12
-      - A new recipe, creating a custom meta-method class.        
 
 0.74 Tue, April 7, 2009
     * Moose::Meta::Role
@@ -63,6 +61,9 @@ for, noteworthy changes.
       - Make init_meta() examples explicitly return the metaclass and
         point out this fact. (hdp)
 
+    * Moose::Cookbook::Basics::Recipe12
+      - A new recipe, creating a custom meta-method class.        
+
     * Moose::Cookbook::Meta::Recipe6
       - A new recipe, creating a custom meta-method class.