X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F40-threads.t;fp=t%2F40-threads.t;h=2482e61f6dd0fea1f11111a6cdb10ece9af1dfa3;hb=699cf35ef9ecbc8eec8ca35c2c10125ad6ec40e7;hp=67afabb606656fcc5e23c8ee568deae42befec1e;hpb=8535e2fc4e99ccd34ae4bd657c180c584dab8703;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/40-threads.t b/t/40-threads.t index 67afabb..2482e61 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -22,6 +22,10 @@ use Variable::Magic qw/wizard cast dispell getdata VMG_THREADSAFE/; if (VMG_THREADSAFE) { plan tests => 2 * (2 * 16 + 1) + 2 * (2 * 11 + 1); + my $v = $threads::VERSION; + diag "Using threads $v" if defined $v; + $v = $threads::shared::VERSION; + diag "Using threads::shared $v" if defined $v; } else { plan skip_all => 'This Variable::Magic isn\'t thread safe'; }