File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44
44
- name : Install dependencies
45
45
run : |
46
46
perl -v
47
+ cpanm --notest --force Module::Pluggable
47
48
dzil authordeps --missing | cpanm --notest
48
49
dzil listdeps --author --missing | cpanm --notest
49
50
@@ -111,6 +112,7 @@ jobs:
111
112
- name : Install Dancer
112
113
run : |
113
114
perl -v
115
+ cpanm --notest --force Module::Pluggable
114
116
cpanm Dancer2-*.tar.gz
115
117
perl -MDancer2 -e 'print "$Dancer2::VERSION\n"'
116
118
@@ -138,6 +140,7 @@ jobs:
138
140
- name : Install Dancer
139
141
run : |
140
142
perl -v
143
+ cpanm --notest --force Module::Pluggable
141
144
cpanm Dancer2-*.tar.gz
142
145
perl -MDancer2 -e 'print "$Dancer2::VERSION\n"'
143
146
@@ -189,6 +192,8 @@ jobs:
189
192
run : |
190
193
perl -v
191
194
195
+ cpanm --notest --force Module::Pluggable
196
+
192
197
# Unclear why Test::TCP fails on GitHub Actions on Windows, but this seems to be related:
193
198
# https://github.com/tokuhirom/Test-TCP/pull/99
194
199
cpanm --notest Test::TCP
@@ -204,6 +209,7 @@ jobs:
204
209
- name : Install Dancer on Linux and OSX
205
210
if : ${{ ! startsWith( matrix.runner, 'windows-' ) }}
206
211
run : |
212
+ cpanm --notest --force Module::Pluggable
207
213
cpanm Dancer2-*.tar.gz
208
214
perl -MDancer2 -e 'print qq{$Dancer2::VERSION\n}'
209
215
Original file line number Diff line number Diff line change 18
18
(Russell @veryrusty Jenkins)
19
19
* PR #1718: Add Module::Pluggable as a requirement, excluding
20
20
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)
21
23
22
24
1.1.1 2024-07-18 19:48:00-04:00 America/New_York
23
25
You can’t perform that action at this time.
0 commit comments