Skip to content

Commit

Permalink
Merge branch 'meta/cpanfile-module-pluggable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Oct 30, 2024
2 parents e7c5f4a + e4d11c1 commit dc8e904
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
* None

[ MISC ]
* PR #1715: Update deprecated download-artifact (dependabot)
* GH #1716: Remove Scope::Upper from list of recommended deps
(Russell @veryrusty Jenkins)
* PR #1718: Add Module::Pluggable as a requirement, excluding
broken versions (Russell @veryrusty Jenkins)

1.1.1 2024-07-18 19:48:00-04:00 America/New_York

Expand Down
6 changes: 6 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ requires 'File::Which';
requires 'Role::Tiny', '2.000000';
conflicts 'Role::Tiny', '== 2.000007';

# Module::Pluggable 6.1 and 6.2 fail their test suite when run as root,
# such as under docker in a github action
requires 'Module::Pluggable';
conflicts 'Module::Pluggable', '== 6.1';
conflicts 'Module::Pluggable', '== 6.2';

# Minimum version of YAML is needed due to:
# - https://github.com/PerlDancer/Dancer2/issues/899
# Excluded 1.16 is needs due to:
Expand Down

0 comments on commit dc8e904

Please sign in to comment.