Skip to content

Commit 5eef1cc

Browse files
simplify redshift class by just subclassing pg
1 parent 90b8d7c commit 5eef1cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/URI/redshift.pm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package URI::redshift;
2-
use base 'URI::_db';
2+
use base 'URI::pg';
33
our $VERSION = '0.18';
44

5-
sub default_port { 5432 }
6-
sub dbi_driver { 'Pg' }
7-
sub canonical_engine { 'redshift' }
8-
95
1;

0 commit comments

Comments
 (0)