From: Tomas Doran 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 one. You are allowed to B a new C definition, but you are B allowed to I one. +=item I + +You are allowed to B a new C definition, but you are +B allowed to I one. + +=item I + +You are allowed to B additional traits to the C definition. +These traits will be composed into the attribute, but pre-existing traits +B overridden, or removed. + =back =item B sub { ... }>