X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpanfile;h=f5d9461a82a92de0e1223336273c4c29b961e1e0;hb=e99ef07d6c8b76be11c70996ce7edf40562b4625;hp=fdecdae54f88faa9b55a6098d4f202fe8d767546;hpb=918803403dcdce61810022aed3c3b20d48e74722;p=catagits%2FDOM-Tiny.git diff --git a/cpanfile b/cpanfile index fdecdae..f5d9461 100644 --- a/cpanfile +++ b/cpanfile @@ -5,5 +5,5 @@ requires 'Exporter'; requires 'List::Util'; requires 'Scalar::Util'; test_requires 'Encode'; -test_requires 'JSON::Tiny' => '0.41'; +test_requires 'JSON::PP'; test_requires 'Test::More' => '0.88';