]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/27-local.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 27-local.t
index d15ba198b1e96b6413bfdab3a68ef64bbcb69f57..086d619d9a081d7cf8ac79403e26ef83851204de 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More;
 
-use Variable::Magic qw/cast MGf_LOCAL/;
+use Variable::Magic qw<cast MGf_LOCAL>;
 
 if (MGf_LOCAL) {
  plan tests => 2 * 3 + 1 + 1;