File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
steps :
54
54
- uses : actions/checkout@v2
55
- - name : uses install-with-cpm
55
+ - name : uses install-with-cpanm
56
56
uses :
perl-actions/[email protected]
57
57
with :
58
58
cpanfile : " cpanfile"
@@ -150,14 +150,14 @@ but you should prefer let the action install your modules
150
150
Install modules with tests.
151
151
152
152
` ` ` yaml
153
- - name: install cpm and files from cpanfile
153
+ - name: install cpanm and files from cpanfile
154
154
uses: perl-actions/[email protected]
155
155
with:
156
156
install: "Simple::Accessor"
157
157
tests: true
158
158
` ` `
159
159
160
- # ## Using install-with-cpm on Windows / win32
160
+ # ## Using install-with-cpanm on Windows / win32
161
161
162
162
Here is a sample job using cpanm to install modules on windows.
163
163
@@ -177,7 +177,7 @@ windows:
177
177
178
178
- uses: actions/checkout@v2
179
179
- name: "install-with-cpanm"
180
- uses: perl-actions/install-with-cpm @v1.1
180
+ uses: perl-actions/install-with-cpanm @v1.1
181
181
with:
182
182
install: |
183
183
abbreviation
You can’t perform that action at this time.
0 commit comments