Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Load DBI & DBD::mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 14, 2012
1 parent 61568b2 commit 29ebda5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Database/Migrator/mysql.pm
Expand Up @@ -4,6 +4,8 @@ use strict;
use warnings;

use Database::Migrator::Types qw( Str );
use DBD::mysql;
use DBI;
use File::Slurp qw( read_file );
use IPC::Run3 qw( run3 );

Expand Down

0 comments on commit 29ebda5

Please sign in to comment.