From 85d4bad1e238a5e902cf390f023744c8e3dc1181 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Jul 2013 17:39:51 -0400 Subject: hack around this for now --- Lexical.xs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Lexical.xs') diff --git a/Lexical.xs b/Lexical.xs index 1ae3923..868c520 100644 --- a/Lexical.xs +++ b/Lexical.xs @@ -24,3 +24,8 @@ lexical_import(SV *name, CV *cv) SvREFCNT_dec(PL_curpad[off]); PL_curpad[off] = SvREFCNT_inc(cv); LEAVE; + +void +_lex_stuff(const char *str) + CODE: + lex_stuff_pv(str, 0); -- cgit v1.2.3-54-g00ecf