From: Dave Rolsky Date: Mon, 13 Apr 2009 03:01:55 +0000 (-0500) Subject: Basic recipe 12 was in 0.73_01 X-Git-Tag: 0.75~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a4a245c8f43fd3d0114a5d21103c814dccec577;p=gitmo%2FMoose.git Basic recipe 12 was in 0.73_01 --- diff --git a/Changes b/Changes index e539b0d..00b8203 100644 --- 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.