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

Commit

Permalink
Require Database::Migrator 0.05 & Pg::CLI 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 1, 2013
1 parent baf1366 commit 5c9961d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Database/Migrator/Pg.pm
Expand Up @@ -4,8 +4,10 @@ use strict;
use warnings;
use namespace::autoclean;

use Database::Migrator 0.05;
use Database::Migrator::Types qw( HashRef Str );
use File::Slurp qw( read_file );
use Pg::CLI 0.11;
use Pg::CLI::createdb;
use Pg::CLI::dropdb;
use Pg::CLI::psql;
Expand Down

0 comments on commit 5c9961d

Please sign in to comment.