Skip to content

Commit 27750a1

Browse files
committed
Use older ExtUtils::ParseXS for older Perls for compatibility
1 parent 4f30b1a commit 27750a1

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
@@ -546,6 +546,7 @@ jobs:
546546
if [ "${{ matrix.perl-version }}" = "system" ]; then
547547
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib)
548548
fi
549+
perl -M5.008003 || cpanm --quiet --notest ExtUtils::[email protected]
549550
perl '-MExtUtils::MakeMaker 7.00' -e '' || cpanm --quiet --notest ExtUtils::[email protected]
550551
perl '-MCPAN::Meta 2.112580' -e '' || cpanm --quiet --notest CPAN::[email protected]
551552
perl '-Mv5.12' -e '' || cpanm --quiet --notest Test::[email protected]

0 commit comments

Comments
 (0)