Fix broken temporary backcompat shim for naughty _resolve_condition callers
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / PK / Auto / Pg.pm
index 1a850b4..a1b24cd 100644 (file)
@@ -1,4 +1,5 @@
-package DBIx::Class::PK::Auto::Pg;
+package # hide package from pause
+  DBIx::Class::PK::Auto::Pg;
 
 use strict;
 use warnings;
@@ -17,9 +18,9 @@ DBIx::Class::PK::Auto::Pg - (DEPRECATED) Automatic primary key class for Pg
 
 Just load PK::Auto instead; auto-inc is now handled by Storage.
 
-=head1 AUTHORS
+=head1 AUTHOR AND CONTRIBUTORS
 
-Matt S Trout <mst@shadowcatsystems.co.uk>
+See L<AUTHOR|DBIx::Class/AUTHOR> and L<CONTRIBUTORS|DBIx::Class/CONTRIBUTORS> in DBIx::Class
 
 =head1 LICENSE