connect_info should return the same data it was given
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 87e7dce..7c48181 100644 (file)
@@ -8,8 +8,8 @@ use base qw/DBIx::Class/;
 
 __PACKAGE__->load_components(qw/
   Serialize::Storable
-  InflateColumn
   Relationship
+  InflateColumn
   PK::Auto
   PK
   Row
@@ -42,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>