X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=f59477389ee9b66fb1fce7d875fc7da9bab9a307;hb=78ba405129a79256aac6d3d2d95a2758630bda0f;hp=237996a05c992537099c764c6487bb66125670a4;hpb=d6512b506041e5f51cb53585efc6823ec5f3b109;p=catagits%2FDOM-Tiny.git diff --git a/Build.PL b/Build.PL index 237996a..f594773 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; @@ -83,21 +83,22 @@ EOW "recursive_test_files" => 1, "requires" => { "Carp" => 0, - "Class::Tiny::Chained" => 0, "Exporter" => 0, "List::Util" => 0, "Scalar::Util" => 0, "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" );