]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - samples/copy.pl
This is 0.64
[perl/modules/Variable-Magic.git] / samples / copy.pl
index f7169069b0ea1ff2706e3a31959143d00cc9829e..e24dc80fcf89ffc9303c68058fa19d05189f0b0d 100755 (executable)
@@ -3,8 +3,8 @@
 use strict;
 use warnings;
 
-use lib qw{blib/arch blib/lib};
-use Variable::Magic qw/wizard getsig cast/;
+use lib qw<blib/arch blib/lib>;
+use Variable::Magic qw<wizard cast>;
 use Tie::Hash;
 
 my $wiz = wizard copy => sub { print STDERR "COPY $_[2] => $_[3]\n" },