I hate you all.
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Core.pm
index 96a6a9a..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
@@ -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>