diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-11-02 17:07:00 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-11-02 17:07:00 +0000 |
commit | 0eb20fa22aa27beb10ebb64e033f5856e121ab29 (patch) | |
tree | 9bc1595f686fd614966cda9e398f1b0b283019e2 /pp_ctl.c | |
parent | 0f7107a09d6f6792e3cad68e66112188b6aada14 (diff) | |
download | perl-0eb20fa22aa27beb10ebb64e033f5856e121ab29.tar.gz |
eval $undef should emit one warning, not three.
Also ensure that eval $undef clears $@ (it did, but only by luck)
p4raw-id: //depot/perl@29193
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3455,8 +3455,6 @@ PP(pp_entereval) } sv = POPs; - if (!SvPV_nolen_const(sv)) - RETPUSHUNDEF; TAINT_PROPER("eval"); ENTER; |