This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make do "a\0b" fail silently instead of throwing (RT #129928)
authorLukas Mai <l.mai@web.de>
Thu, 20 Oct 2016 22:10:15 +0000 (00:10 +0200)
committerTony Cook <tony@develop-help.com>
Tue, 25 Oct 2016 00:08:51 +0000 (11:08 +1100)
commita1b60c8dae6ad00c164e20cf9151bae68e85ab2d
tree4a2aedbd5f494b4928f7faadbce8471dc9b6fd41
parent4a59181454f23dbf43f396b924ff7434b63c9d98
make do "a\0b" fail silently instead of throwing (RT #129928)

Also remove the label/goto from CLEAR_ERRSV because labels have function
scope, which means you couldn't use CLEAR_ERRSV more than once per
function without getting a "duplicate label" error.
perl.h
pp_ctl.c
t/op/require_errors.t