apply with_JSON_XS_v2.patch from RT#94892
[p5sagit/JSON-MaybeXS.git] / t / pp.t
diff --git a/t/pp.t b/t/pp.t
index b52f27e..f75fa20 100644 (file)
--- a/t/pp.t
+++ b/t/pp.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings FATAL => 'all';
-use Test::Without::Module 'Cpanel::JSON::XS';
+use Test::Without::Module 'Cpanel::JSON::XS', 'JSON::XS';
 use if !do { require JSON::PP; 1; }, 'Test::More', skip_all => 'No JSON::PP';
 use Test::More;
 use JSON::MaybeXS;