add more diagnostics in tests
[p5sagit/JSON-MaybeXS.git] / t / pp.t
diff --git a/t/pp.t b/t/pp.t
index 9d1bf06..94dc6ff 100644 (file)
--- a/t/pp.t
+++ b/t/pp.t
@@ -1,10 +1,13 @@
 use strict;
 use warnings FATAL => 'all';
+
 use Test::Without::Module 'Cpanel::JSON::XS', 'JSON::XS';
 use if !eval { require JSON::PP; 1; }, 'Test::More', skip_all => 'No JSON::PP';
 use Test::More;
 use JSON::MaybeXS;
 
+diag 'Using JSON::PP ', JSON::PP->VERSION;
+
 is(JSON, 'JSON::PP', 'Correct JSON class');
 
 is(