X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8291946add441dceab3b417603cfdcad2f9e6c11;hb=a0d7386d202f1e854f0da49099c8bc0fbd264e8f;hp=237996a05c992537099c764c6487bb66125670a4;hpb=d6512b506041e5f51cb53585efc6823ec5f3b109;p=catagits%2FDOM-Tiny.git diff --git a/Build.PL b/Build.PL index 237996a..8291946 100644 --- a/Build.PL +++ b/Build.PL @@ -61,7 +61,7 @@ EOW } - # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.040. + # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.041. use strict; use warnings; @@ -90,14 +90,16 @@ EOW "perl" => "5.010001" }, "test_requires" => { - "JSON::Tiny" => "0.41", + "Encode" => 0, + "JSON::PP" => 0, "Test::More" => "0.88" } ); my %fallback_build_requires = ( - "JSON::Tiny" => "0.41", + "Encode" => 0, + "JSON::PP" => 0, "Test::More" => "0.88" );