Skip to content

Commit 8110ea7

Browse files
author
Jason A. Crome
committed
More cpanfile testing
1 parent 51c6922 commit 8110ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpanfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ conflicts 'Role::Tiny', '== 2.000007';
5252
requires 'Module::Pluggable';
5353
#conflicts 'Module::Pluggable', '== 6.1';
5454
#conflicts 'Module::Pluggable', '== 6.2';
55-
recommends 'Module::Pluggable', '<= 6.1';
55+
#recommends 'Module::Pluggable', '<= 6.1';
56+
conflicts 'Module::Pluggable', '>= 6.1';
5657

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

0 commit comments

Comments
 (0)