Skip to content

Commit ab5b2e3

Browse files
author
Jason A. Crome
committed
Merge branch 'meta/ci-install-module-pluggable'
2 parents dc8e904 + a42dff2 commit ab5b2e3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
perl -v
47+
cpanm --notest --force Module::Pluggable
4748
dzil authordeps --missing | cpanm --notest
4849
dzil listdeps --author --missing | cpanm --notest
4950
@@ -111,6 +112,7 @@ jobs:
111112
- name: Install Dancer
112113
run: |
113114
perl -v
115+
cpanm --notest --force Module::Pluggable
114116
cpanm Dancer2-*.tar.gz
115117
perl -MDancer2 -e 'print "$Dancer2::VERSION\n"'
116118
@@ -138,6 +140,7 @@ jobs:
138140
- name: Install Dancer
139141
run: |
140142
perl -v
143+
cpanm --notest --force Module::Pluggable
141144
cpanm Dancer2-*.tar.gz
142145
perl -MDancer2 -e 'print "$Dancer2::VERSION\n"'
143146
@@ -189,6 +192,8 @@ jobs:
189192
run: |
190193
perl -v
191194
195+
cpanm --notest --force Module::Pluggable
196+
192197
# Unclear why Test::TCP fails on GitHub Actions on Windows, but this seems to be related:
193198
# https://github.com/tokuhirom/Test-TCP/pull/99
194199
cpanm --notest Test::TCP
@@ -204,6 +209,7 @@ jobs:
204209
- name: Install Dancer on Linux and OSX
205210
if: ${{ ! startsWith( matrix.runner, 'windows-' ) }}
206211
run: |
212+
cpanm --notest --force Module::Pluggable
207213
cpanm Dancer2-*.tar.gz
208214
perl -MDancer2 -e 'print qq{$Dancer2::VERSION\n}'
209215

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
(Russell @veryrusty Jenkins)
1919
* PR #1718: Add Module::Pluggable as a requirement, excluding
2020
broken versions (Russell @veryrusty Jenkins)
21+
* PR #1719: Force install of Module::Pluggable so CI can successfully
22+
run (Jason A. Crome, Russell @veryrusty Jenkins)
2123

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

0 commit comments

Comments
 (0)