More refactoring, created PK::Auto::MySQL
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index ff3c023..1cff2cf 100644 (file)
@@ -11,6 +11,7 @@ __PACKAGE__->load_components(qw/
   InflateColumn
   SQL::Abstract
   PK
+  Row
   Table
   Exception
   AccessorGroup/);