update requirements
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / DBI / Pg.pm
index e599b32..2020b0a 100644 (file)
@@ -40,8 +40,7 @@ sub _table_uniq_info {
 
     # Use the default support if available
     return $self->next::method($table)
-        if $DBI::VERSION >= 1.52
-            && $DBD::Pg::VERSION >= 1.50;
+        if $DBD::Pg::VERSION >= 1.50;
 
     my @uniqs;
     my $dbh = $self->schema->storage->dbh;