Skip to content

Commit fa0fed3

Browse files
committed
Use older ExtUtils::ParseXS for older Perls for compatibility
1 parent 1842843 commit fa0fed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ jobs:
547547
if [ "${{ matrix.perl-version }}" = "system" ]; then
548548
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib)
549549
fi
550+
perl -M5.008003 || cpanm --quiet --notest ExtUtils::[email protected]
550551
perl '-MExtUtils::MakeMaker 7.00' -e '' || cpanm --quiet --notest ExtUtils::[email protected]
551552
perl '-MCPAN::Meta 2.112580' -e '' || cpanm --quiet --notest CPAN::[email protected]
552553
perl '-Mv5.12' -e '' || cpanm --quiet --notest Test::[email protected]

0 commit comments

Comments
 (0)