We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4b634 commit 08d9e96Copy full SHA for 08d9e96
cpanfile
@@ -49,9 +49,9 @@ conflicts 'Role::Tiny', '== 2.000007';
49
50
# Module::Pluggable 6.1 and 6.2 fail their test suite when run as root,
51
# such as under docker in a github action
52
-# recommends? requires?
53
requires 'Module::Pluggable';
54
-recommends 'Module::Pluggable', '< 6.1';
+conflicts 'Module::Pluggable', '== 6.1';
+conflicts 'Module::Pluggable', '== 6.2';
55
56
# Minimum version of YAML is needed due to:
57
# - https://github.com/PerlDancer/Dancer2/issues/899
0 commit comments