]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - samples/synopsis.pl
This is 0.64
[perl/modules/Variable-Magic.git] / samples / synopsis.pl
old mode 100644 (file)
new mode 100755 (executable)
index 4b99d41..5b5cd7c
@@ -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" },