From: Marcus Ramberg Date: Mon, 8 Aug 2005 21:13:03 +0000 (+0000) Subject: fixed pod. X-Git-Tag: v0.03001~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d00123a33ffe64089368aa491f66709a5bef16ab;p=dbsrgits%2FDBIx-Class.git fixed pod. --- diff --git a/lib/DBIx/Class/PK/Auto/Pg.pm b/lib/DBIx/Class/PK/Auto/Pg.pm index 3452cae..549da4b 100644 --- a/lib/DBIx/Class/PK/Auto/Pg.pm +++ b/lib/DBIx/Class/PK/Auto/Pg.pm @@ -30,17 +30,17 @@ sub get_autoinc_seq { =head1 NAME -DBIx::Class::PK::Auto::SQLite - Automatic Primary Key class for SQLite +DBIx::Class::PK::Auto::Pg- Automatic Primary Key class for Postgresql =head1 SYNOPSIS =head1 DESCRIPTION -This class implements autoincrements for SQLite. +This class implements autoincrements for Postgresql. =head1 AUTHORS -Matt S. Trout +Marcus Ramberg =head1 LICENSE