]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/lib/Variable/Magic/TestValue.pm
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / lib / Variable / Magic / TestValue.pm
index 491055f5845d2655fca6d4cfd4504feaa8d19359..2b735dc1371c0336a99513169b38644afce112bf 100644 (file)
@@ -5,11 +5,11 @@ use warnings;
 
 use Test::More;
 
-use Variable::Magic qw/wizard cast/;
+use Variable::Magic qw<wizard cast>;
 
-use base qw/Exporter/;
+use base qw<Exporter>;
 
-our @EXPORT = qw/init_value value/;
+our @EXPORT = qw<init_value value>;
 
 our ($exp, $prefix, $desc);