ported fixes from Mojolicious
[catagits/DOM-Tiny.git] / Makefile.PL
index 198749a..dd69f3d 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.041.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
 use strict;
 use warnings;
 
@@ -18,17 +18,16 @@ my %WriteMakefileArgs = (
   "NAME" => "DOM::Tiny",
   "PREREQ_PM" => {
     "Carp" => 0,
-    "Class::Tiny::Chained" => 0,
     "Exporter" => 0,
     "List::Util" => 0,
     "Scalar::Util" => 0
   },
   "TEST_REQUIRES" => {
     "Encode" => 0,
-    "JSON::Tiny" => "0.41",
+    "JSON::PP" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "0.001",
+  "VERSION" => "0.003",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -37,10 +36,9 @@ my %WriteMakefileArgs = (
 
 my %FallbackPrereqs = (
   "Carp" => 0,
-  "Class::Tiny::Chained" => 0,
   "Encode" => 0,
   "Exporter" => 0,
-  "JSON::Tiny" => "0.41",
+  "JSON::PP" => 0,
   "List::Util" => 0,
   "Scalar::Util" => 0,
   "Test::More" => "0.88"