summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 0cad122..a697266 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -65,6 +65,8 @@ static OP *parser_callback(pTHX_ GV *namegv, SV *psobj, U32 *flagsp)
*/
PUSHMARK(SP);
+ mXPUSHp(GvNAME(namegv), GvNAMELEN(namegv));
+ PUTBACK;
count = call_sv(psobj, G_ARRAY);
SPAGAIN;
if (count > 1) {