]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/33-code.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 33-code.t
index a2812e3d2e0224fde8c63838a88b45ccd1a4dad3..a2d6711c2ff0af41ce60de4c21e74d7db10ccfa7 100644 (file)
@@ -5,13 +5,13 @@ use warnings;
 
 use Test::More tests => 2 * 12 + 11 + 1;
 
-use Variable::Magic qw/cast dispell/;
+use Variable::Magic qw<cast dispell>;
 
 use lib 't/lib';
 use Variable::Magic::TestWatcher;
 
 my $wiz = init_watcher
-        [ qw/get set len clear free copy dup local fetch store exists delete/ ],
+        [ qw<get set len clear free copy dup local fetch store exists delete> ],
         'code';
 
 my $x = 0;