summaryrefslogtreecommitdiff
path: root/ext/B/defsubs.h.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/defsubs.h.PL')
-rw-r--r--ext/B/defsubs.h.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/defsubs.h.PL b/ext/B/defsubs.h.PL
index c24eb94170..94ca5b3538 100644
--- a/ext/B/defsubs.h.PL
+++ b/ext/B/defsubs.h.PL
@@ -29,6 +29,6 @@ sub doconst
my $l = length($sym);
print OUT <<"END";
newCONSTSUB(stash,"$sym",newSViv($sym));
- av_push(export_ok,newSVpv("$sym",$l));
+ av_push(export_ok,newSVpvn("$sym",$l));
END
}