Improved join condition possiblities - arrayrefs of hashrefs now work for OR
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Core.pm
index 10a776f..9cb474e 100644 (file)
@@ -11,10 +11,9 @@ __PACKAGE__->load_components(qw/
   Relationship
   PK
   Row
-  Table
+  TableInstance
   Exception
-  AccessorGroup
-  Validation/);
+  AccessorGroup/);
 
 1;