From: gfx Date: Mon, 11 Jan 2010 06:20:07 +0000 (+0900) Subject: Fix a typo X-Git-Tag: 0.47~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=fbba35c6f2393c3a4744cef9ce63f78ba82ddbad Fix a typo --- diff --git a/xs-src/MouseAttribute.xs b/xs-src/MouseAttribute.xs index 97b282e..0ec9a89 100644 --- a/xs-src/MouseAttribute.xs +++ b/xs-src/MouseAttribute.xs @@ -324,7 +324,7 @@ CODE: XPUSHs(*svp); PUTBACK; - call_pv("Mouse::Util::TypeConstraints::find_or_create_isa_type_constraint", + call_pv("Mouse::Util::TypeConstraints::find_or_create_does_type_constraint", G_SCALAR); SPAGAIN; tc = newSVsv(POPs);