X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=c4f71f77161f9f780b336d50a4d80d0bc6357e78;hb=927f135111d601e084c5a50e2d806bddd5c9cefb;hp=237996a05c992537099c764c6487bb66125670a4;hpb=d6512b506041e5f51cb53585efc6823ec5f3b109;p=catagits%2FDOM-Tiny.git diff --git a/Build.PL b/Build.PL index 237996a..c4f71f7 100644 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ if (not @missing) use strict; use warnings; - use 5.010001; + use 5.008001; # use Module::Build::Tiny 0.034; Module::Build::Tiny::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; @@ -87,9 +87,10 @@ EOW "Exporter" => 0, "List::Util" => 0, "Scalar::Util" => 0, - "perl" => "5.010001" + "perl" => "5.008001" }, "test_requires" => { + "Encode" => 0, "JSON::Tiny" => "0.41", "Test::More" => "0.88" } @@ -97,6 +98,7 @@ EOW my %fallback_build_requires = ( + "Encode" => 0, "JSON::Tiny" => "0.41", "Test::More" => "0.88" );