X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8291946add441dceab3b417603cfdcad2f9e6c11;hb=6e357a60570a137dc559816c818abd40910b09fc;hp=c4f71f77161f9f780b336d50a4d80d0bc6357e78;hpb=927f135111d601e084c5a50e2d806bddd5c9cefb;p=catagits%2FDOM-Tiny.git diff --git a/Build.PL b/Build.PL index c4f71f7..8291946 100644 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ if (not @missing) use strict; use warnings; - use 5.008001; + use 5.010001; # use Module::Build::Tiny 0.034; Module::Build::Tiny::Build_PL(); } @@ -87,11 +87,11 @@ EOW "Exporter" => 0, "List::Util" => 0, "Scalar::Util" => 0, - "perl" => "5.008001" + "perl" => "5.010001" }, "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" );