Removed DBIx::Class::Validation from Core (no prereqs in Build.PL, no tests)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 10a776f..85b9fa3 100644 (file)
@@ -13,8 +13,7 @@ __PACKAGE__->load_components(qw/
   Row
   Table
   Exception
-  AccessorGroup
-  Validation/);
+  AccessorGroup/);
 
 1;