From: Peter Rabbitson Date: Thu, 3 Sep 2009 09:11:29 +0000 (+0000) Subject: POD lists the storable hooks, but does no load them X-Git-Tag: v0.08111~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92311c709db1b2554c105957a77999a384233006;p=dbsrgits%2FDBIx-Class.git POD lists the storable hooks, but does no load them --- diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 92dd74c..af91064 100644 --- 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