]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - t/30-threads.t
Switch to qw<>
[perl/modules/Lexical-Types.git] / t / 30-threads.t
index 5122dd7ec73f6d9dd44f606ccf26211ea5083c70..d48fa023032c4b5607433e873c464a307d0e4961 100644 (file)
@@ -9,7 +9,7 @@ sub skipall {
  Test::More::plan(skip_all => $msg);
 }
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  my $force = $ENV{PERL_LEXICAL_TYPES_TEST_THREADS} ? 1 : !1;