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