Skip to content

Commit 3c62431

Browse files
committed
WIP
1 parent 5a2fec3 commit 3c62431

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
run: perl -V
3131
- name: Set up perl
3232
run: |
33-
cpanm --with-feature=ci --installdeps --notest .
33+
cpanm --notest perl-Module-CPANfile
34+
perl -wE'use Module::Build 9999' || true
35+
perldoc -l Module::Build || true
36+
cpanfile-dump --with-feature=ci
37+
cpanm --with-feature=ci --installdeps --notest -v .
3438
perl Build.PL
3539
./Build build
3640
- name: Run tests

0 commit comments

Comments
 (0)