X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F18-opinfo.t;fp=t%2F18-opinfo.t;h=161efb9c9a90cec02fa2b47c92971ced3cc039fd;hb=3bc98bdbdb230943e7fb3135e325f10013acac2d;hp=6cf87680ad31fe2912f988e0936b3e2d4b79afd5;hpb=159e8ad7c747edb4a25db2f2673bbe143531f347;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/18-opinfo.t b/t/18-opinfo.t index 6cf8768..161efb9 100644 --- a/t/18-opinfo.t +++ b/t/18-opinfo.t @@ -5,9 +5,9 @@ use warnings; use Test::More tests => 17 * (3 + 4) + 5 + 1; -use Config qw/%Config/; +use Config qw<%Config>; -use Variable::Magic qw/wizard cast dispell VMG_OP_INFO_NAME VMG_OP_INFO_OBJECT/; +use Variable::Magic qw; sub Variable::Magic::TestPkg::foo { }