]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/80-leaks.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 80-leaks.t
index 647419f01d6b9ec722984719f7824938a40c7d44..7b2a3f0ed51d44ec3ddd9d6a693104cb907a1b8e 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 11;
 
-use Variable::Magic qw/wizard cast getdata/;
+use Variable::Magic qw<wizard cast getdata>;
 
 our $destroyed;