X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FPg.pm;h=55732764cbfc3079f79388a6f7f2af3fae2d3018;hb=3b71e53bd47bd29213e8fe12b3f9a2d1a229b587;hp=0eddbd1043055a3bdcd57296137be10e7841a6bf;hpb=c697835eacc34e76036a6e91cc4b0bc1ccd05f69;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm b/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm index 0eddbd1..5573276 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm @@ -9,7 +9,7 @@ use base qw/ use Carp::Clan qw/^DBIx::Class/; use mro 'c3'; -our $VERSION = '0.07005'; +our $VERSION = '0.07007'; =head1 NAME