]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/14-callbacks.t
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / 14-callbacks.t
index 91ee3bd962bff27d7e164942b32aef41864ace8e..77fdd00d68105e0107588826b02b3bc35809df47 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 17;
 
-use Variable::Magic qw/wizard cast/;
+use Variable::Magic qw<wizard cast>;
 
 my $wiz = eval { wizard get => sub { undef } };
 is($@, '',             'wizard creation doesn\'t croak');