Skip to content

Commit 70960ef

Browse files
committed
Add Test::Pod and Test::Pod::Coverage to the workflow
1 parent 2653e0e commit 70960ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
249+
cpanm -L ~/perl5 -n CPAN::Perl::Releases::MetaCPAN Try::Tiny File::pushd File::Temp Test::Pod::Coverage Test::Pod
250250
- name: build Perl
251251
run: |
252252
.github/build-perl.pl "$PERL_VERSION"

0 commit comments

Comments
 (0)