From: Dave Rolsky Date: Fri, 16 Sep 2011 14:57:50 +0000 (-0500) Subject: Add rt ticket for fixed bug X-Git-Tag: 2.0300~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a02ac5fc4f6d4d2f99221ca2c1b04e15a837e3ba;p=gitmo%2FMoose.git Add rt ticket for fixed bug --- diff --git a/Changes b/Changes index 8208be3..6546bd6 100644 --- a/Changes +++ b/Changes @@ -40,7 +40,8 @@ for, noteworthy changes. * 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) + totally valid when using MooseX::Role::Parameterized. Fixes RT + #70419. (sartak) * Allow regexp objects in duck_type constraints (to bring this in line with the Object constraint).