Skip to content

Commit

Permalink
This commit should not stay, it's to make test pass for mysql on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarsnik committed Dec 11, 2015
1 parent bb05451 commit 0d5a8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/10-mysql.t
Expand Up @@ -33,7 +33,7 @@ use Test;
plan 87;

use DBIish;
use DBIish::mysql;
use DBDish::mysql;

# The file 'lib.pl' customizes the testing environment per DBD, but all
# this test script currently needs is the variables listed here.
Expand Down
1 change: 1 addition & 0 deletions t/25-mysql-common.t
Expand Up @@ -2,6 +2,7 @@

use Test;
use DBIish;
use DBDish::mysql;

# Define the only database specific values used by the common tests.
my $*mdriver = 'mysql';
Expand Down

0 comments on commit 0d5a8c2

Please sign in to comment.