Skip to content

Commit

Permalink
Fix testing on older perls with out of date EU::MM / missing parent.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 7, 2020
1 parent cb98b74 commit e3576b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -36,7 +36,9 @@ jobs:
PERL_USE_UNSAFE_INC: 0
run: |
perl -v
cpanm Test::Pod Test::Pod::Coverage
cpanm --installdeps .
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage || cat /home/runner/.cpanm/work/*/build.log
perl -Mparent -e0 || cpanm parent
rm -rf /home/runner/.cpanm/work/*
cpanm --installdeps . || cat /home/runner/.cpanm/work/*/build.log
perl Makefile.PL
make test TEST_VERBOSE=1

0 comments on commit e3576b3

Please sign in to comment.