]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/20-get.t
Simplify vmg_call_sv() so that ERRSV is no longer used as a lvalue
[perl/modules/Variable-Magic.git] / t / 20-get.t
index 659007066bfd6f870b20e8f1df0150e76123f098..3411417dfb57116f9b05a63e8cbf219efd840f13 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => (2 * 4 + 2) + (2 * 2) + 1;
 
-use Variable::Magic qw/cast/;
+use Variable::Magic qw<cast>;
 
 use lib 't/lib';
 use Variable::Magic::TestWatcher;