This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add in missing dVAR that prevents compilation with
[perl5.git] / op.c
diff --git a/op.c b/op.c
index 40275ab..9e565fe 100644 (file)
--- a/op.c
+++ b/op.c
@@ -2063,7 +2063,8 @@ Perl_newPROG(pTHX_ OP *o)
 
        /* Register with debugger */
        if (PERLDB_INTER) {
-           CV * const cv = get_cv("DB::postponed", FALSE);
+           CV * const cv
+               = Perl_get_cvn_flags(aTHX_ STR_WITH_LEN("DB::postponed"), 0);
            if (cv) {
                dSP;
                PUSHMARK(SP);