fix Test::More prereq for done_testing
[p5sagit/JSON-MaybeXS.git] / t / pp.t
diff --git a/t/pp.t b/t/pp.t
index 9a74a9e..1d213fb 100644 (file)
--- a/t/pp.t
+++ b/t/pp.t
@@ -3,7 +3,7 @@ use warnings;
 
 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 Test::More 0.88;
 use JSON::MaybeXS;
 
 diag 'Using JSON::PP ', JSON::PP->VERSION;