X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F27-local.t;h=086d619d9a081d7cf8ac79403e26ef83851204de;hb=3bc98bdbdb230943e7fb3135e325f10013acac2d;hp=d15ba198b1e96b6413bfdab3a68ef64bbcb69f57;hpb=159e8ad7c747edb4a25db2f2673bbe143531f347;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/27-local.t b/t/27-local.t index d15ba19..086d619 100644 --- a/t/27-local.t +++ b/t/27-local.t @@ -5,7 +5,7 @@ use warnings; use Test::More; -use Variable::Magic qw/cast MGf_LOCAL/; +use Variable::Magic qw; if (MGf_LOCAL) { plan tests => 2 * 3 + 1 + 1;