collections can contain more than just nodes
[catagits/DOM-Tiny.git] / cpanfile
index 1a7e6f4..f5d9461 100644 (file)
--- a/cpanfile
+++ b/cpanfile
@@ -4,5 +4,6 @@ requires 'Class::Tiny::Chained';
 requires 'Exporter';
 requires 'List::Util';
 requires 'Scalar::Util';
-test_requires 'JSON::Tiny' => '0.41';
+test_requires 'Encode';
+test_requires 'JSON::PP';
 test_requires 'Test::More' => '0.88';