Revision history for Mouse
+0.92
+ [BUG FIXES]
+ * Replace C++-style comments (//) with C89-style comments(/* */)
+ (RT #67412)
+
0.91 2011-03-14 13:12:35
[CHANGES]
* $type_constraint->check() accepts extra arguments for extensibility
/* *{$package . '::' . $name} -> *gv */
gv = gv_fetchpv(form("%"SVf"::%"SVf, package, name), GV_ADDMULTI, SVt_PVCV);
mouse_install_sub(aTHX_ gv, code_ref);
- //CvMETHOD_on((CV*)SvRV(code_ref));
+ /* CvMETHOD_on((CV*)SvRV(code_ref)); */
(void)set_slot(methods, name, code); /* $self->{methods}{$name} = $code */
}