From: Graham Knop Date: Fri, 19 Jun 2020 21:32:54 +0000 (+0200) Subject: remove Catalyst::Plugin::ConfigLoader develop prereq X-Git-Tag: v5.90_127~10^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=67bb70c14bc9efa3e7dd6c5d555138b17ea4d63f remove Catalyst::Plugin::ConfigLoader develop prereq The two tests that were using it have been converted to not need it anymore. --- diff --git a/Makefile.PL b/Makefile.PL index 7b22c25..8a882eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -96,7 +96,6 @@ my %META = ( 'Test::Spelling' => 0, 'Pod::Coverage::TrustPod' => 0, 'Catalyst::Plugin::Params::Nested' => 0, - 'Catalyst::Plugin::ConfigLoader' => 0, 'Compress::Zlib' => 0, 'Catalyst::Action::REST' => 0, 'Type::Tiny' => 0,