From: Robert Buels Date: Thu, 3 Sep 2009 18:45:53 +0000 (+0000) Subject: added __END__ before pod in Pg storage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd159e2ae6b4ac59be0107572345dbf53a821fde;p=dbsrgits%2FDBIx-Class-Historic.git added __END__ before pod in Pg storage --- diff --git a/lib/DBIx/Class/Storage/DBI/Pg.pm b/lib/DBIx/Class/Storage/DBI/Pg.pm index 0818aa7..4dd6ea8 100644 --- a/lib/DBIx/Class/Storage/DBI/Pg.pm +++ b/lib/DBIx/Class/Storage/DBI/Pg.pm @@ -191,6 +191,8 @@ sub _svp_rollback { 1; +__END__ + =head1 NAME DBIx::Class::Storage::DBI::Pg - Automatic primary key class for PostgreSQL