POD lists the storable hooks, but does no load them
[dbsrgits/DBIx-Class.git] / 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