Skip to content

Commit 08d9e96

Browse files
author
Jason A. Crome
committed
cpanfile test 2
1 parent 9a4b634 commit 08d9e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpanfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ conflicts 'Role::Tiny', '== 2.000007';
4949

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
52-
# recommends? requires?
5352
requires 'Module::Pluggable';
54-
recommends 'Module::Pluggable', '< 6.1';
53+
conflicts 'Module::Pluggable', '== 6.1';
54+
conflicts 'Module::Pluggable', '== 6.2';
5555

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

0 commit comments

Comments
 (0)