X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F14-callbacks.t;h=77fdd00d68105e0107588826b02b3bc35809df47;hb=3bc98bdbdb230943e7fb3135e325f10013acac2d;hp=91ee3bd962bff27d7e164942b32aef41864ace8e;hpb=159e8ad7c747edb4a25db2f2673bbe143531f347;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/14-callbacks.t b/t/14-callbacks.t index 91ee3bd..77fdd00 100644 --- a/t/14-callbacks.t +++ b/t/14-callbacks.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => 17; -use Variable::Magic qw/wizard cast/; +use Variable::Magic qw; my $wiz = eval { wizard get => sub { undef } }; is($@, '', 'wizard creation doesn\'t croak');