X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=t%2F40-threads.t;h=6e77c2fd24b27d5285c59265ec1b0f1b4daaa20d;hp=7f55f22fc43cea8ee85dcf3301ae06a3b6a14290;hb=be3665d8224dfbb9cff5f53796500821d9c8185a;hpb=432cd8420b1c4c1d963efd13695497095fde9bd0 diff --git a/t/40-threads.t b/t/40-threads.t index 7f55f22..6e77c2f 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; @@ -10,7 +10,7 @@ use Variable::Magic qw< use lib 't/lib'; use VPIT::TestHelpers ( - threads => [ 'Variable::Magic' => Variable::Magic::VMG_THREADSAFE ], + threads => [ 'Variable::Magic' => 'Variable::Magic::VMG_THREADSAFE()' ], ); use Test::Leaner 'no_plan';