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 99ff139 commit 136e85eCopy full SHA for 136e85e
.travis.yml
@@ -442,7 +442,7 @@ install:
442
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib) ;
443
fi
444
- if [ -n "$DBI_VERSION" ]; then cpanm --quiet --notest DBI@$DBI_VERSION; fi
445
- - cpanm --quiet --notest --skip-satisfied DBI Devel::CheckLib
+ - cpanm --quiet --notest --skip-satisfied DBI~1.608 Devel::CheckLib~1.12
446
- cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .
447
- if [ -n "$DB" ]; then
448
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1 ;
0 commit comments