X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-reap-ctl.t;h=6208642a9ccd595ef03a10d38b21dbb58c49bedf;hb=2236279ceecd37fc3e752bdf1142808a0f671d6e;hp=39a0bb4e3f74162cb1cae2079031cd6e70125457;hpb=4825a3233b7d55ceb3e7f5d812fd6a545b3b87ce;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/13-reap-ctl.t b/t/13-reap-ctl.t index 39a0bb4..6208642 100644 --- a/t/13-reap-ctl.t +++ b/t/13-reap-ctl.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => 41 + 30 + 4 * 7; -use Scope::Upper qw/reap UP HERE/; +use Scope::Upper qw; our ($x, $y); @@ -137,7 +137,7 @@ $y = undef; SKIP: { - skip 'Perl 5.10 required to test given/when' => 30 if $] < 5.010; + skip 'Perl 5.10 required to test given/when' => 30 if "$]" < 5.010; eval <<' GIVEN_TEST_1'; use feature 'switch';