summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 01c61c25a1..ff00688c7a 100644
--- a/pp.c
+++ b/pp.c
@@ -426,7 +426,7 @@ PP(pp_bless)
else
stash = gv_stashsv(POPs, TRUE);
- (void)sv_bless(TOPs, stash);
+ (void)sv_bless3(TOPs, stash, TRUE);
RETURN;
}