We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba7f51 commit b0d2458Copy full SHA for b0d2458
.github/workflows/ci.yaml
@@ -546,6 +546,7 @@ jobs:
546
if [ "${{ matrix.perl-version }}" = "system" ]; then
547
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib)
548
fi
549
+ perl -M5.008003 || cpanm --quiet --notest ExtUtils::ParseXS@3.51
550
perl '-MExtUtils::MakeMaker 7.00' -e '' || cpanm --quiet --notest ExtUtils::MakeMaker@7.00
551
perl '-MCPAN::Meta 2.112580' -e '' || cpanm --quiet --notest CPAN::Meta@2.112580
552
perl '-Mv5.12' -e '' || cpanm --quiet --notest Test::Deep@1.130
0 commit comments