X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F15-reap-multi.t;h=3105bede64f394117b00ba79ae9fdcb356741180;hb=76f7748a793b1d04798c743cc70b46a1bf657300;hp=7fe8195c06be8661913668f980435d649d5dfae1;hpb=0a6221d3f467b5f819e3c119b4cda0218399cb51;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/15-reap-multi.t b/t/15-reap-multi.t index 7fe8195..3105bed 100644 --- a/t/15-reap-multi.t +++ b/t/15-reap-multi.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => 8 + 18 + 4 + 8 + 11 + 5 + 17; -use Scope::Upper qw/reap UP HERE/; +use Scope::Upper qw; my $x; @@ -111,7 +111,7 @@ $x = 0; is($x, 0, '1 didn\'t run'); } is($x, 1, '1 ran'); - { + { { { add 2 => UP UP;