Skip to content

Commit 51c6922

Browse files
author
Jason A. Crome
committed
cpanfile testing with github actions
1 parent dc8e904 commit 51c6922

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpanfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ conflicts 'Role::Tiny', '== 2.000007';
5050
# Module::Pluggable 6.1 and 6.2 fail their test suite when run as root,
5151
# such as under docker in a github action
5252
requires 'Module::Pluggable';
53-
conflicts 'Module::Pluggable', '== 6.1';
54-
conflicts 'Module::Pluggable', '== 6.2';
53+
#conflicts 'Module::Pluggable', '== 6.1';
54+
#conflicts 'Module::Pluggable', '== 6.2';
55+
recommends 'Module::Pluggable', '<= 6.1';
5556

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

0 commit comments

Comments
 (0)