X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-threads.t;h=c3db6c15c8c21fb94eab99524ea35ac6e6c0a1f4;hb=5c21bf6de3e2527b0fe556b5d67d785f1d686a8d;hp=5c4b8d1710a3f587a552b6f3e1d8dfa404bf3edc;hpb=3a70868e5fd2c419e5c78329107019375efc5558;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/30-threads.t b/t/30-threads.t index 5c4b8d1..c3db6c1 100644 --- a/t/30-threads.t +++ b/t/30-threads.t @@ -17,6 +17,8 @@ use threads; use Test::More tests => 10 * 2 * 2 * (1 + 2); +defined and diag "Using threads $_" for $threads::VERSION; + { package Lexical::Types::Test::Tag;