]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/42-threads-global.t
Update VPIT::TestHelpers to 2a6ac0f1
[perl/modules/indirect.git] / t / 42-threads-global.t
index b3e0bff156d30e8ab673e59f568b6b57e23d50da..dba1a7959027e346c8503ce424e883c69c791855 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;