Skip to content

Commit 54b1fac

Browse files
committed
Fix generating MYMETA.json on Travis with Perl <= 5.8.6
For reading MYMETA.json on Perl <= 5.8.6 is needed CPAN::Meta 2.112580. For generating valid JSON files on Perl <= 5.8.2 is needed JSON::PP 2.00. But CPAN::Meta 2.112580 already depends on JSON::PP 2.27103.
1 parent 6a6a771 commit 54b1fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ install:
442442
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib) ;
443443
fi
444444
- perl '-MExtUtils::MakeMaker 6.58' -e '' || cpanm --quiet --notest ExtUtils::[email protected]
445+
- perl '-MCPAN::Meta 2.112580' -e '' || cpanm --quiet --notest CPAN::[email protected]
445446
- if [ -n "$DBI_VERSION" ]; then cpanm --quiet --notest DBI@$DBI_VERSION; fi
446447
- cpanm --quiet --notest --skip-satisfied DBI~1.608 Devel::CheckLib~1.12
447448
- cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .

0 commit comments

Comments
 (0)