Changes for SQL::Translator
+ * Fix test failure if Test::PostgreSQL is installed but not working
+
0.11019 2014-09-02
* Add Json and hstore types to Pg Parser (cloudinstustrie)
no warnings 'once';
maybe_plan(undef, 'Test::PostgreSQL');
$pgsql = Test::PostgreSQL->new
- or die "Can't create test database: $Test::PostgreSQL::errstr";
+ or plan skip_all => "Can't create test database: $Test::PostgreSQL::errstr";
$dsn = $pgsql->dsn;
};