]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - samples/vm_vs_tie.pl
Switch to qw<>
[perl/modules/Variable-Magic.git] / samples / vm_vs_tie.pl
index c712b71bc2b556042615b04670762bf9060ee8a4..b7f888dd907a21de4489d90d1410b99c52a6c1d1 100755 (executable)
@@ -5,10 +5,10 @@ use warnings;
 
 use Tie::Hash;
 
-use lib qw{blib/arch blib/lib};
-use Variable::Magic qw/wizard cast VMG_UVAR/;
+use lib qw<blib/arch blib/lib>;
+use Variable::Magic qw<wizard cast VMG_UVAR>;
 
-use Benchmark qw/cmpthese/;
+use Benchmark qw<cmpthese>;
 
 die 'Your perl does not support the nice uvar magic of 5.10.*' unless VMG_UVAR;