Lo, doth everything now use resultset_instance
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 7c3a1af..99c4b2a 100644 (file)
@@ -9,10 +9,10 @@ use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/
   InflateColumn
   Relationship
-  ResultSetInstance
   PK
   Row
   Table
+  ResultSetInstance
   Exception
   AccessorGroup/);