We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70960ef commit cdbf5d6Copy full SHA for cdbf5d6
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: install dependencies
30
run: |
31
curl -L https://cpanmin.us | perl - -L ~/perl5 App::cpanminus
32
- cpanm -L ~/perl5 -n Dist::Zilla
+ cpanm -L ~/perl5 -n Dist::Zilla Test::Pod Test::Pod::Coverage
33
dzil authordeps --missing | cpanm -L ~/perl5 -n
34
- run: dzil test
35
- run: dzil build
0 commit comments