]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/33-vcopy-long.t
Switch to qw<>
[perl/modules/Scalar-Vec-Util.git] / t / 33-vcopy-long.t
index 2da3ec5867295503f29b0235d1c3f45d6d1aa1b5..865055d1252b23577ea13220a4806923b616e501 100644 (file)
@@ -4,9 +4,9 @@ use strict;
 use warnings;
 
 use Test::More tests => 34 + 2;
-use Config qw/%Config/;
+use Config qw<%Config>;
 
-use Scalar::Vec::Util qw/vcopy/;
+use Scalar::Vec::Util qw<vcopy>;
 
 my $n = 2 ** 16;