From: Dave Rolsky Date: Tue, 12 Aug 2008 16:38:06 +0000 (+0000) Subject: Mention metaclass traits in Changes X-Git-Tag: 0_55_01~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5c18ef0824a8b731f2871705a50ec54b408f60b;p=gitmo%2FMoose.git Mention metaclass traits in Changes --- diff --git a/Changes b/Changes index f26dde2..7120939 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,14 @@ Revision history for Perl extension Moose much easier. (Dave Rolsky) * Moose + - Implemented metaclass traits: + + use Moose -traits => 'Foo' + + This should make writing small Moose extensions a little + easier (Dave Rolsky) + + * Moose * Moose::Cookbook::Extending::Recipe1 * Moose::Cookbook::Extending::Recipe2 - Rewrote extending and embedding moose documentation and