From: Dave Rolsky Date: Mon, 29 Aug 2011 16:27:52 +0000 (-0500) Subject: Changes for parameterized traits bug fix X-Git-Tag: 2.0205~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=337ec40a5db3ca35c054cf80ba69f1948376b20d;p=gitmo%2FMoose.git Changes for parameterized traits bug fix Conflicts: Changes --- diff --git a/Changes b/Changes index cd58185..8668613 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,12 @@ for, noteworthy changes. {{$NEXT}} + [BUG FIXES] + + * 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) + 2.0204 Thu, Aug 25, 2011 [BUG FIXES]