Fix meta method constructors
[gitmo/Mouse.git] / xs-src / Mouse.xs
index f008333..5fca14f 100644 (file)
@@ -560,7 +560,7 @@ CODE:
 
         PUSHMARK(SP);
         EXTEND(SP, 2);
-        PUSHs(RETVAL);
+        PUSHs(RETVAL); /* self */
         PUSHs(args);
         PUTBACK;