Add in missing perl module

This commit is contained in:
Duncan Ferguson 2024-10-15 09:13:10 +01:00
parent de1bf3e79b
commit 350ed99774

View file

@ -40,7 +40,7 @@ jobs:
- name: Regular tests
if: ${{ !matrix.coverage }}
run: |
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
perl Build.PL
perl Build test
env:
@ -49,7 +49,7 @@ jobs:
- name: Coverage tests
if: ${{ matrix.coverage }}
run: |
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
perl Build.PL
perl Build test
env: