X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8f37530861068693baa99aaac31f8b16873ba826;hb=03eb552102cee7ee2bb30ceeb6711c31d3c317cc;hp=198749ae3c208c9cd6a467cec492fe46484f688f;hpb=f44b0eb9fd009aba77fa110ff28b7a9c88f5438a;p=catagits%2FDOM-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index 198749a..8f37530 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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"