From: Dave Rolsky Date: Mon, 7 Sep 2009 16:05:50 +0000 (-0500) Subject: Add changes for Moose::Exporter init_meta generation X-Git-Tag: 0.89_02~33^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=328c8d2fb209b9beeb52ad63ea65915186cb2db8;p=gitmo%2FMoose.git Add changes for Moose::Exporter init_meta generation --- diff --git a/Changes b/Changes index 7d27713..ed9c0c9 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,13 @@ for, noteworthy changes. * Moose::Meta::Attribute::Native - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) + * Moose::Exporter + - This module will now generate an init_meta method for your exporting + class if you pass it options for + Moose::Util::MetaRole::apply_metaclass_roles or + apply_base_class_roles. This eliminates a lot of repetitive + boilerplate for typical MooseX modules. (doy). + 0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute - Added the currying syntax for delegation from AttributeHelpers to the