Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more...
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
index b41c075..8abdd14 100644 (file)
@@ -262,6 +262,7 @@ sub create {
 
     if($associated_methods == 0 && $is_metadata ne 'bare'){
         Carp::cluck(qq{Attribute ($name) of class }.$class->name.qq{ has no associated methods (did you mean to provide an "is" argument?)});
+
     }
 
     return $attribute;