Add a semicolon
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
index 4b3539f..e87dec4 100644 (file)
@@ -156,7 +156,7 @@ sub new {
 #        Carp::cluck("Found unknown argument(s) passed to '$name' attribute constructor in '$class': @bad");
 #    }
 
-    return $instance
+    return $instance;
 }
 
 # readers