From: Vincent Pit Date: Thu, 12 Mar 2009 16:00:25 +0000 (+0100) Subject: Typo in test description X-Git-Tag: rt44204~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=0b15009abc1c081e0389ecd698441aefcde65f58;p=perl%2Fmodules%2FScope-Upper.git Typo in test description --- 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;