Skip to content

Commit 40f28eb

Browse files
committed
Pod::Coverage::TrustPod is required as well
1 parent cdbf5d6 commit 40f28eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: install dependencies
3030
run: |
3131
curl -L https://cpanmin.us | perl - -L ~/perl5 App::cpanminus
32-
cpanm -L ~/perl5 -n Dist::Zilla Test::Pod Test::Pod::Coverage
32+
cpanm -L ~/perl5 -n Dist::Zilla Test::Pod Test::Pod::Coverage Pod::Coverage::TrustPod
3333
dzil authordeps --missing | cpanm -L ~/perl5 -n
3434
- run: dzil test
3535
- run: dzil build
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
curl -L https://cpanmin.us | perl - -L ~/perl5 App::cpanminus
248248
cpanm -L ~/perl5 -n Devel-PatchPerl-*.tar.gz
249-
cpanm -L ~/perl5 -n CPAN::Perl::Releases::MetaCPAN Try::Tiny File::pushd File::Temp Test::Pod::Coverage Test::Pod
249+
cpanm -L ~/perl5 -n CPAN::Perl::Releases::MetaCPAN Try::Tiny File::pushd File::Temp Test::Pod::Coverage Test::Pod Pod::Coverage::TrustPod
250250
- name: build Perl
251251
run: |
252252
.github/build-perl.pl "$PERL_VERSION"

0 commit comments

Comments
 (0)