We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2fec3 commit 81337b4Copy full SHA for 81337b4
1 file changed
.github/workflows/ci-tests.yaml
@@ -30,7 +30,12 @@ jobs:
30
run: perl -V
31
- name: Set up perl
32
run: |
33
- cpanm --with-feature=ci --installdeps --notest .
+ cpanm --version
34
+ cpanm --notest Module::CPANfile
35
+ perl -wE'use Module::Build 9999' || true
36
+ perldoc -l Module::Build || true
37
+ cpanfile-dump --with-feature=ci
38
+ cpanm --with-feature=ci --installdeps --notest -v .
39
perl Build.PL
40
./Build build
41
- name: Run tests
0 commit comments