From b3c9bccfb7705a38cafc15c93a3dff4e048aa011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Sat, 18 Jul 2020 11:05:45 +0200 Subject: [PATCH] Remove JSON::Parser as a dependency. JSON::Parser is no longer available on CPAN. It was removed from the JSON module in 2010. Including it as a dependency can cause the travis test to install the JSON module version 1.15 from 2007 (which includes JSON::Parser as a sub module). Incidentally this also installs an old version of JSON::PP (also included in the 2007 JSON module) which can prevent the installation of a newer version of JSON::PP which again can cause test failures (see e.g. test t/104-filter_web.t). --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 6d8f00e..d1d9e88 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ if ($ENV{DDPTESTCOVERAGE}) { Date::Handler::Delta Date::Simple Date::Manip Panda::Date DateTime DateTime::Duration Mojolicious Class::Date Class::Date::Rel Digest::MD5 Digest::SHA Digest::MD2 Digest::MD4 - JSON::PP JSON::XS JSON JSON::Any JSON::MaybeXS JSON::DWIW JSON::Parser + JSON::PP JSON::XS JSON JSON::Any JSON::MaybeXS JSON::DWIW JSON::SL Pegex::JSON Cpanel::JSON::XS JSON::Tiny JSON::Typist Dancer Dancer2 HTTP::Message )) {