Add a semicolon
gfx [Wed, 30 Sep 2009 11:25:42 +0000 (20:25 +0900)]
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