Skip to content

Commit

Permalink
cpanfile test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Nov 22, 2024
1 parent b311bcb commit 9a4b634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ conflicts 'Role::Tiny', '== 2.000007';

# Module::Pluggable 6.1 and 6.2 fail their test suite when run as root,
# such as under docker in a github action
# recommends? requires?
requires 'Module::Pluggable';
conflicts 'Module::Pluggable', '== 6.1';
conflicts 'Module::Pluggable', '== 6.2';
recommends 'Module::Pluggable', '< 6.1';

# Minimum version of YAML is needed due to:
# - https://github.com/PerlDancer/Dancer2/issues/899
Expand Down

0 comments on commit 9a4b634

Please sign in to comment.