X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-reap-ctl.t;h=cff7601f9432b7053a4fa0797c93d46f4815c236;hb=0b15009abc1c081e0389ecd698441aefcde65f58;hp=2d15fe568bbd099f97ebd1b901a10e96206e4775;hpb=5d1ba2b5e95b62d8afc07902b5d199151048d70f;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/13-reap-ctl.t b/t/13-reap-ctl.t index 2d15fe5..cff7601 100644 --- a/t/13-reap-ctl.t +++ b/t/13-reap-ctl.t @@ -137,7 +137,7 @@ $y = undef; }; is $@, "reaped\n", 'die in reap at eval [ok - $@]'; is $x, 1, 'die in reap at eval [ok - x]'; - is $y, 1, 'die in reap at Eval [ok - y]'; + is $y, 1, 'die in reap at eval [ok - y]'; } $y = undef;