X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fcopy.pl;h=e24dc80fcf89ffc9303c68058fa19d05189f0b0d;hb=aae88f4cf6f2f32553f8cc29cb8f0792cb5cd910;hp=6a705f688e44e8e303bd9e5d501563c1632c273c;hpb=8edd65482a48cda016b4677014dcb80b2b923cb1;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" },