X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fcopy.pl;h=6a705f688e44e8e303bd9e5d501563c1632c273c;hb=8edd65482a48cda016b4677014dcb80b2b923cb1;hp=f7169069b0ea1ff2706e3a31959143d00cc9829e;hpb=6db3edecb6ba3be691816c4c16f623227159a832;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/samples/copy.pl b/samples/copy.pl index f716906..6a705f6 100755 --- a/samples/copy.pl +++ b/samples/copy.pl @@ -4,7 +4,7 @@ use strict; use warnings; use lib qw{blib/arch blib/lib}; -use Variable::Magic qw/wizard getsig cast/; +use Variable::Magic qw/wizard cast/; use Tie::Hash; my $wiz = wizard copy => sub { print STDERR "COPY $_[2] => $_[3]\n" },