File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : install dependencies
30
30
run : |
31
31
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
33
33
dzil authordeps --missing | cpanm -L ~/perl5 -n
34
34
- run : dzil test
35
35
- run : dzil build
@@ -246,7 +246,7 @@ jobs:
246
246
run : |
247
247
curl -L https://cpanmin.us | perl - -L ~/perl5 App::cpanminus
248
248
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
250
250
- name : build Perl
251
251
run : |
252
252
.github/build-perl.pl "$PERL_VERSION"
You can’t perform that action at this time.
0 commit comments