Skip to content

Commit 063ee24

Browse files
authored
Merge pull request #5 from mohawk2/patch-1
$files{'README.md'} =~ s/cpm/cpanm/g
2 parents f4a5e12 + 3644afd commit 063ee24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- uses: actions/checkout@v2
55-
- name: uses install-with-cpm
55+
- name: uses install-with-cpanm
5656
uses: perl-actions/[email protected]
5757
with:
5858
cpanfile: "cpanfile"
@@ -150,14 +150,14 @@ but you should prefer let the action install your modules
150150
Install modules with tests.
151151

152152
```yaml
153-
- name: install cpm and files from cpanfile
153+
- name: install cpanm and files from cpanfile
154154
uses: perl-actions/[email protected]
155155
with:
156156
install: "Simple::Accessor"
157157
tests: true
158158
```
159159

160-
### Using install-with-cpm on Windows / win32
160+
### Using install-with-cpanm on Windows / win32
161161

162162
Here is a sample job using cpanm to install modules on windows.
163163

@@ -177,7 +177,7 @@ windows:
177177
178178
- uses: actions/checkout@v2
179179
- name: "install-with-cpanm"
180-
uses: perl-actions/install-with-cpm@v1.1
180+
uses: perl-actions/install-with-cpanm@v1.1
181181
with:
182182
install: |
183183
abbreviation

0 commit comments

Comments
 (0)