]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - samples/copy.pl
Remove all signature-related features
[perl/modules/Variable-Magic.git] / samples / copy.pl
index f7169069b0ea1ff2706e3a31959143d00cc9829e..6a705f688e44e8e303bd9e5d501563c1632c273c 100755 (executable)
@@ -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" },