]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/lib/Variable/Magic/TestScopeEnd.pm
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / lib / Variable / Magic / TestScopeEnd.pm
index 1e08a8e2b0101eca0344fe8ed1874ec9502c13ca..1eca93b23294f59fe7c5f8441d9f95f58c074732 100644 (file)
@@ -2,7 +2,7 @@ package Variable::Magic::TestScopeEnd;
 
 use Test::More;
 
-use Variable::Magic qw/wizard cast/;
+use Variable::Magic qw<wizard cast>;
 
 my $wiz;