format selector list as item list
[catagits/DOM-Tiny.git] / Makefile.PL
index 198749a..8f37530 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use 5.008001;
+use 5.010001;
 
 use ExtUtils::MakeMaker;
 
@@ -14,21 +14,20 @@ my %WriteMakefileArgs = (
   },
   "DISTNAME" => "DOM-Tiny",
   "LICENSE" => "artistic_2",
-  "MIN_PERL_VERSION" => "5.008001",
+  "MIN_PERL_VERSION" => "5.010001",
   "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.002",
   "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"