From: Dave Rolsky Date: Mon, 29 Aug 2011 16:27:52 +0000 (-0500) Subject: Changes for parameterized traits bug fix X-Git-Tag: 2.0300~101 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70475205606b0e07647388ec27bf7f0d5a2c2b36;p=gitmo%2FMoose.git Changes for parameterized traits bug fix --- diff --git a/Changes b/Changes index 8a8c688..edfa9fd 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,10 @@ for, noteworthy changes. and only when not running under the debugger. This has been fixed. (Florian Ragwitz) + * When specifying an attribute trait, passing options for the trait besides + -alias or -excludes caused a warning. However, passing other options is + totally valid when using MooseX::Role::Parameterized. (sartak) + [DEPRECATIONS] * The optimize_as option for type constraints has been deprecated. Use the