From: gfx Date: Thu, 17 Sep 2009 00:35:37 +0000 (+0900) Subject: Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more... X-Git-Tag: 0.32~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=a7d31de0432311c5a32a081dfdba694feb7c695d Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more-compatible Conflicts: lib/Mouse/Meta/Attribute.pm --- a7d31de0432311c5a32a081dfdba694feb7c695d diff --cc lib/Mouse/Meta/Attribute.pm index b41c075,4c220b1..8abdd14 --- a/lib/Mouse/Meta/Attribute.pm +++ b/lib/Mouse/Meta/Attribute.pm @@@ -261,7 -261,7 +261,8 @@@ sub create } if($associated_methods == 0 && $is_metadata ne 'bare'){ - confess(qq{Attribute ($name) of class }.$class->name.qq{ has no associated methods (did you mean to provide an "is" argument?)}); + Carp::cluck(qq{Attribute ($name) of class }.$class->name.qq{ has no associated methods (did you mean to provide an "is" argument?)}); ++ } return $attribute;