Removed DBIx::Class::Validation from Core (no prereqs in Build.PL, no tests)
Matt S Trout [Sun, 25 Dec 2005 23:50:53 +0000 (23:50 +0000)]
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;