Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/URI/pg.pm

package URI::pg;
use base 'URI::_db';
our $VERSION = '0.20';

sub default_port { 5432 }
sub dbi_driver   { 'Pg' }
sub canonical_engine { 'pg' }

1;
Back to Directory File Manager