remove Catalyst::Plugin::ConfigLoader develop prereq
Graham Knop [Fri, 19 Jun 2020 21:32:54 +0000 (23:32 +0200)]
The two tests that were using it have been converted to not need it
anymore.

Makefile.PL

index 7b22c25..8a882eb 100644 (file)
@@ -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,