X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fsynopsis.pl;h=5b5cd7c76daa2b96433ca0fd29bb59bca816be4d;hb=9ed6790ce779d2ca91e392ceeb016d555658d8c0;hp=4b99d413ac4e73c5b0ce545cb193ce170d23b707;hpb=6874df6eb3dcfa6003810e8053c0e3d76afaf19d;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/samples/synopsis.pl b/samples/synopsis.pl index 4b99d41..5b5cd7c 100755 --- a/samples/synopsis.pl +++ b/samples/synopsis.pl @@ -3,7 +3,7 @@ use strict; use warnings; -use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/; +use Variable::Magic qw; { my $wiz = wizard set => sub { print "now set to ${$_[0]}!\n" },