X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-multiple.t;h=07b1899f6f43175ba6599bc16a6634465d971c62;hb=3e2559bcd9ca00ce63c1d5b8d05defbdb9b71e7a;hp=519312dcecc697a3807fa4e73468286ba8aba6fe;hpb=c471e8c9f86ad8817761816101358f8ae1035915;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/11-multiple.t b/t/11-multiple.t index 519312d..07b1899 100644 --- a/t/11-multiple.t +++ b/t/11-multiple.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => 33 + 41; -use Variable::Magic qw/wizard cast dispell VMG_UVAR/; +use Variable::Magic qw; my $n = 3; my @w; @@ -77,7 +77,7 @@ is($@, '', 'dispell magic 2 doesn\'t croak'); ok($res, 'dispell magic 2 is valid'); SKIP: { - skip 'No nice uvar magic for this perl', 41 unless VMG_UVAR; + skip 'No nice uvar magic for this perl' => 41 unless VMG_UVAR; $n = 3; @c = (0) x $n;