X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F18-opinfo.t;h=161efb9c9a90cec02fa2b47c92971ced3cc039fd;hb=refs%2Ftags%2Fv0.46;hp=6cf87680ad31fe2912f988e0936b3e2d4b79afd5;hpb=19b708934684141b9dc4b99c8a75165c2d3daabf;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 { }