X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FDOM-Tiny.git;a=blobdiff_plain;f=Build.PL;h=8291946add441dceab3b417603cfdcad2f9e6c11;hp=95b08cb470363df7266ceb01db437801314c948e;hb=6e357a60570a137dc559816c818abd40910b09fc;hpb=918803403dcdce61810022aed3c3b20d48e74722 diff --git a/Build.PL b/Build.PL index 95b08cb..8291946 100644 --- a/Build.PL +++ b/Build.PL @@ -91,7 +91,7 @@ EOW }, "test_requires" => { "Encode" => 0, - "JSON::Tiny" => "0.41", + "JSON::PP" => 0, "Test::More" => "0.88" } ); @@ -99,7 +99,7 @@ EOW my %fallback_build_requires = ( "Encode" => 0, - "JSON::Tiny" => "0.41", + "JSON::PP" => 0, "Test::More" => "0.88" );