Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more...
gfx [Thu, 17 Sep 2009 00:35:37 +0000 (09:35 +0900)]
Conflicts:
lib/Mouse/Meta/Attribute.pm

1  2 
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;