From: Graham Knop Date: Thu, 12 Apr 2018 15:41:21 +0000 (+0200) Subject: include optional test prereqs in develop X-Git-Tag: v5.90118~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=919758f4a82078cc9c627dc45f6e83fcb369f24c include optional test prereqs in develop --- diff --git a/Makefile.PL b/Makefile.PL index a7cc7bd..9f373b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -97,6 +97,10 @@ my %META = ( 'Pod::Coverage::TrustPod' => 0, 'Catalyst::Plugin::Params::Nested' => 0, 'Catalyst::Plugin::ConfigLoader' => 0, + 'Compress::Zlib' => 0, + 'Catalyst::Action::REST' => 0, + 'Type::Tiny' => 0, + 'Proc::ProcessTable' => 0, }, }, },