Skip to content

Commit

Permalink
cpanfile testing with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Nov 23, 2024
1 parent dc8e904 commit 51c6922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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
requires 'Module::Pluggable';
conflicts 'Module::Pluggable', '== 6.1';
conflicts 'Module::Pluggable', '== 6.2';
#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 51c6922

Please sign in to comment.