summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 05d42c6..6c6e0d3 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -138,6 +138,6 @@ lex_read(len = 1)
SV *
compiling_package()
CODE:
- RETVAL = newSVhek(HvNAME_HEK(CopSTASH(&PL_compiling)));
+ RETVAL = newSVsv(PL_curstname);
OUTPUT:
RETVAL