Skip to content

Commit f694cb7

Browse files
committed
Going back to cpm because cpanm caused other warnings
1 parent 7777110 commit f694cb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testsuite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: perl -V
2424
run: perl -V
2525
- name: Install Dependencies
26-
uses: perl-actions/install-with-cpanm@stable
26+
uses: perl-actions/install-with-cpm@stable
2727
with:
2828
cpanfile: "cpanfile"
2929
- name: Makefile.PL
@@ -71,7 +71,7 @@ jobs:
7171
- name: perl -V
7272
run: perl -V
7373
- name: Install Dependencies
74-
uses: perl-actions/install-with-cpanm@stable
74+
uses: perl-actions/install-with-cpm@stable
7575
with:
7676
sudo: false
7777
cpanfile: "cpanfile"
@@ -97,7 +97,7 @@ jobs:
9797
- name: perl -V
9898
run: perl -V
9999
- name: Install Dependencies
100-
uses: perl-actions/install-with-cpanm@stable
100+
uses: perl-actions/install-with-cpm@stable
101101
with:
102102
sudo: false
103103
cpanfile: "cpanfile"
@@ -118,7 +118,7 @@ jobs:
118118
- name: perl -V
119119
run: perl -V
120120
- name: Install Dependencies
121-
uses: perl-actions/install-with-cpanm@stable
121+
uses: perl-actions/install-with-cpm@stable
122122
with:
123123
sudo: false
124124
cpanfile: "cpanfile"

0 commit comments

Comments
 (0)