Skip to content

Commit

Permalink
Config::General is a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 10, 2024
1 parent a97cf84 commit e747551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use strict;
use warnings;
requires 'perl' => 'v5.22';

requires 'Config::General' => '2.65';
requires 'Config::ZOMG' => '1.000000';
requires 'Crypt::URandom' => '0.39';
requires 'Log::Any' => '1.717';
Expand All @@ -17,3 +16,6 @@ requires 'Plack' => '1.0051';
requires 'Ref::Util' => '0.204';
requires 'Types::Standard' => '2.000000';
requires 'namespace::clean' => '0.27';

test_requires 'Config::General' => '2.65';
test_requires 'Test::More' => '0.96';

0 comments on commit e747551

Please sign in to comment.