]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - t/30-threads.t
Output optional modules versions in tests
[perl/modules/Lexical-Types.git] / t / 30-threads.t
index 5c4b8d1710a3f587a552b6f3e1d8dfa404bf3edc..c3db6c15c8c21fb94eab99524ea35ac6e6c0a1f4 100644 (file)
@@ -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;