I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index c1b292c..7c48181 100644 (file)
@@ -8,8 +8,9 @@ use base qw/DBIx::Class/;
 
 __PACKAGE__->load_components(qw/
   Serialize::Storable
-  InflateColumn
   Relationship
+  InflateColumn
+  PK::Auto
   PK
   Row
   ResultSourceProxy::Table
@@ -17,7 +18,7 @@ __PACKAGE__->load_components(qw/
 
 1;
 
-=head1 NAME 
+=head1 NAME
 
 DBIx::Class::Core - Core set of DBIx::Class modules
 
@@ -41,6 +42,8 @@ The core modules currently are:
 
 =item L<DBIx::Class::Relationship>
 
+=item L<DBIx::Class::PK::Auto>
+
 =item L<DBIx::Class::PK>
 
 =item L<DBIx::Class::Row>