This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[perl #122445] use magic on $DB::single etc to avoid overload issues
[perl5.git]
/
pp_ctl.c
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
3d02f3a
..
4f5fd9a
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-1939,7
+1939,7
@@
PP(pp_dbstate)
PERL_ASYNC_CHECK();
if (PL_op->op_flags & OPf_SPECIAL /* breakpoint */
- ||
SvIV(PL_DBsingle) || SvIV(PL_DBsignal) || SvIV(PL_DBtrace)
)
+ ||
PL_DBsingle_iv || PL_DBsignal_iv || PL_DBtrace_iv
)
{
dSP;
PERL_CONTEXT *cx;