]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/11-multiple.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 11-multiple.t
index 58cc8a86c18eccc36ce348aa94747be006bca848..07b1899f6f43175ba6599bc16a6634465d971c62 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 33 + 41;
 
-use Variable::Magic qw/wizard cast dispell VMG_UVAR/;
+use Variable::Magic qw<wizard cast dispell VMG_UVAR>;
 
 my $n = 3;
 my @w;