Skip to content

Commit

Permalink
Make Config::Any a non-optional requirement maros#67
Browse files Browse the repository at this point in the history
  • Loading branch information
Maros Kollar committed Oct 21, 2023
1 parent 468f9fb commit 7fe647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ requires 'File::Basename';
requires 'File::Spec';
requires 'List::Util', '1.44';
requires 'Pod::Elemental';
requires 'Config::Any';

feature 'config', 'Config plugins' => sub {
requires 'Config::Any'; # or recommends
requires 'File::HomeDir';
};

Expand Down

0 comments on commit 7fe647a

Please sign in to comment.