drop perl requirement to 5.8
[catagits/DOM-Tiny.git] / Build.PL
index 237996a..c4f71f7 100644 (file)
--- 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"
     );