X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b69ec9f32f3d93dc27090aad3dc3dfe07c5578d3;hb=6a5b809ee59551d3362f03af7762e11456420c8e;hp=2d0098efddfb0875d798101a4fc22af91c31ea1f;hpb=4b5544ade32d37fee88e543a7d182a082f1b9c48;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 2d0098e..b69ec9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.89; +use inc::Module::Install 0.93; use strict; use warnings; use POSIX (); @@ -44,7 +44,6 @@ my $runtime_requires = { 'Class::Inspector' => '1.24', 'Data::Page' => '2.00', 'DBI' => '1.609', - 'JSON::Any' => '1.18', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.16',