Skip to content

Commit

Permalink
install DBI first to avoid DBD::mysql bug
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jul 8, 2016
1 parent 0739c5c commit 7052cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xt/build_args.t
Expand Up @@ -2,6 +2,7 @@ use strict;
use xt::Run;
use Test::More;

run 'DBI'; # https://github.com/perl5-dbi/DBD-mysql/pull/51
run 'DBD::mysql', '--configure-args=--help';
like last_build_log, qr/Print this message/;
like last_build_log, qr/Configure failed/;
Expand Down

0 comments on commit 7052cd2

Please sign in to comment.