From: Dave Rolsky Date: Mon, 30 Mar 2009 16:27:38 +0000 (-0500) Subject: Mention new meta recipe6 in changes X-Git-Tag: 0.73_01~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b15ee4126cc0b0f25064e6861a49c9b443cf8cad;p=gitmo%2FMoose.git Mention new meta recipe6 in changes --- diff --git a/Changes b/Changes index d9e5827..91d3239 100644 --- a/Changes +++ b/Changes @@ -30,6 +30,9 @@ for, noteworthy changes. - Make init_meta() examples explicitly return the metaclass and point out this fact. (hdp) + * Moose::Cookbook::Meta::Recipe6 + - A new recipe, creating a custom meta-method class. + * Moose::Meta::Class * Moose::Meta::Method::Constructor - Attribute triggers now consistently do not receive the meta-attribute