We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8e904 commit 51c6922Copy full SHA for 51c6922
cpanfile
@@ -50,8 +50,9 @@ conflicts 'Role::Tiny', '== 2.000007';
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
requires 'Module::Pluggable';
53
-conflicts 'Module::Pluggable', '== 6.1';
54
-conflicts 'Module::Pluggable', '== 6.2';
+#conflicts 'Module::Pluggable', '== 6.1';
+#conflicts 'Module::Pluggable', '== 6.2';
55
+recommends 'Module::Pluggable', '<= 6.1';
56
57
# Minimum version of YAML is needed due to:
58
# - https://github.com/PerlDancer/Dancer2/issues/899
0 commit comments