]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - samples/synopsis.pl
Switch to qw<>
[perl/modules/Variable-Magic.git] / samples / synopsis.pl
index 4b99d413ac4e73c5b0ce545cb193ce170d23b707..5b5cd7c76daa2b96433ca0fd29bb59bca816be4d 100755 (executable)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/;
+use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
 
 {
  my $wiz = wizard set  => sub { print "now set to ${$_[0]}!\n" },