Skip to content

Commit 2513455

Browse files
committed
fix(ci): Migrate to cpanminus
Fix cpanm installation by replacing unavailable `http://xrl.us/cpanm` with `https://cpanmin.us | perl - App::cpanminus` as seen at https://perlmaven.com/cpanm.
1 parent 882702e commit 2513455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ln -s /usr/bin/bsdtar /usr/bin/tar
4040
4141
- name: Install CPAN
42-
run: curl -s -L http://xrl.us/cpanm > /bin/cpanm && chmod +x /bin/cpanm
42+
run: curl -s -L https://cpanmin.us | perl - App::cpanminus > /bin/cpanm && chmod +x /bin/cpanm
4343

4444
- name: Cache
4545
uses: actions/cache@v3

0 commit comments

Comments
 (0)