From: Tomas Doran <bobtfish@bobtfish.net>
Date: Mon, 28 Apr 2008 21:51:40 +0000 (+0000)
Subject: Docs addition to go with the has '+' change I commited tests for and nothingmuch... 
X-Git-Tag: 0_55~206
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13284479821ed78f5574c5e2ad9f74992b576593;p=gitmo%2FMoose.git

Docs addition to go with the has '+' change I commited tests for and nothingmuch fixed
---

diff --git a/lib/Moose.pm b/lib/Moose.pm
index 75fa8bb..f9d8cd1 100644
--- a/lib/Moose.pm
+++ b/lib/Moose.pm
@@ -723,6 +723,17 @@ allowed to I<change> one.
 You are allowed to B<add> a new C<builder> definition, but you are B<not>
 allowed to I<change> one.
 
+=item I<metaclass>
+
+You are allowed to B<add> a new C<metaclass> definition, but you are
+B<not> allowed to I<change> one.
+
+=item I<traits>
+
+You are allowed to B<add> additional traits to the C<traits> definition.
+These traits will be composed into the attribute, but pre-existing traits
+B<are not> overridden, or removed.
+
 =back
 
 =item B<before $name|@names =E<gt> sub { ... }>