]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/commitdiff
Switch qw delimiters to <>
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 21:50:43 +0000 (18:50 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 21:50:43 +0000 (18:50 -0300)
t/10-join.t
t/11-detach.t
t/20-recurse.t
t/21-ctl.t

index 0a4ea4de61b8c4bda0267b87382825f38e75727c..b957f25138986e93d806e60cfad3c3d87d258a20 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  if (!$Config{useithreads}) {
index a91d1394dd73a504750d6d6273e8d5df903306af..ef0b3f87c8ccb0774506eff5a39d2770d4948c19 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  if (!$Config{useithreads}) {
index be45423ab73115cd54b0d7a7fe5ba9a245ef16ff..85724c357e009819f339e9fb6b57ccf98a2c4ccb 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  if (!$Config{useithreads}) {
index 4029b90c5c25ebf4d974b5d39efb25f7efb7e251..1d689cb7551d431c4ae6d58d3a87f231384b427c 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  if (!$Config{useithreads}) {