]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Update VPIT::TestHelpers to 2a6ac0f1
[perl/modules/indirect.git] / t / 40-threads.t
index 41ce0a51494f8f10e53f97d510fd8f7ec031c4b2..a6a38aeeab5edcfb98b2b33e319001bfde292585 100644 (file)
@@ -1,14 +1,10 @@
-#!perl -T
+#!perl
 
 use strict;
 use warnings;
 
-BEGIN { require indirect; }
-
 use lib 't/lib';
-use VPIT::TestHelpers (
- threads => [ 'indirect' => indirect::I_THREADSAFE ],
-);
+use VPIT::TestHelpers threads => [ 'indirect' => 'indirect::I_THREADSAFE()' ];
 
 use Test::Leaner;