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

index 92dd74c..af91064 100644 (file)
@@ -7,6 +7,7 @@ no warnings 'qw';
 use base qw/DBIx::Class/;
 
 __PACKAGE__->load_components(qw/
+  Serialize::Storable
   Relationship
   InflateColumn
   PK::Auto