X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FPg.pm;h=e211c05d5711c32071b15f3be3c2e5e58ace8e9e;hb=2feba39161e40618be92a43acbaca5db3134b30a;hp=aecaa7e9e7f25a867490f71e978252c433fef4df;hpb=10481a5db37de1f8e87c94f73863033777b7456d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Pg.pm b/lib/DBIx/Class/Storage/DBI/Pg.pm index aecaa7e..e211c05 100644 --- a/lib/DBIx/Class/Storage/DBI/Pg.pm +++ b/lib/DBIx/Class/Storage/DBI/Pg.pm @@ -3,6 +3,8 @@ package DBIx::Class::Storage::DBI::Pg; use strict; use warnings; +use DBD::Pg; + use base qw/DBIx::Class::Storage::DBI/; # __PACKAGE__->load_components(qw/PK::Auto/);