]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/21-set.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 21-set.t
index 25535e26d026503e64c970e3a236b8cdcadd977d..70af0e41fc2bfcf173867d243589e112ceeb8d96 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => (2 * 5 + 3) + (2 * 2 + 1);
 
-use Variable::Magic qw/cast/;
+use Variable::Magic qw<cast>;
 
 use lib 't/lib';
 use Variable::Magic::TestWatcher;