projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a00e168
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Core.pm
b/lib/DBIx/Class/Core.pm
index
10a776f
..
85b9fa3
100644
(file)
--- a/
lib/DBIx/Class/Core.pm
+++ b/
lib/DBIx/Class/Core.pm
@@
-13,8
+13,7
@@
__PACKAGE__->load_components(qw/
Row
Table
Exception
- AccessorGroup
- Validation/);
+ AccessorGroup/);
1;