projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5e80aa9
)
POD lists the storable hooks, but does no load them
Peter Rabbitson [Thu, 3 Sep 2009 09:11:29 +0000 (09:11 +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
92dd74c
..
af91064
100644
(file)
--- a/
lib/DBIx/Class/Core.pm
+++ b/
lib/DBIx/Class/Core.pm
@@
-7,6
+7,7
@@
no warnings 'qw';
use base qw/DBIx::Class/;
__PACKAGE__->load_components(qw/
+ Serialize::Storable
Relationship
InflateColumn
PK::Auto