We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2fec3 commit 3c62431Copy full SHA for 3c62431
1 file changed
.github/workflows/ci-tests.yaml
@@ -30,7 +30,11 @@ jobs:
30
run: perl -V
31
- name: Set up perl
32
run: |
33
- cpanm --with-feature=ci --installdeps --notest .
+ 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 .
38
perl Build.PL
39
./Build build
40
- name: Run tests
0 commit comments