From: Peter Rabbitson Date: Fri, 4 Sep 2009 19:36:39 +0000 (+0000) Subject: No Serialize::Storable in core X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1bc519661ea3607e74215be0d8a052f081b2a7c;p=dbsrgits%2FDBIx-Class-Historic.git No Serialize::Storable in core --- diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index af91064..d4d980a 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,7 +7,6 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ - Serialize::Storable Relationship InflateColumn PK::Auto @@ -35,8 +34,6 @@ The core modules currently are: =over 4 -=item L - =item L =item L diff --git a/lib/DBIx/Class/Manual/Component.pod b/lib/DBIx/Class/Manual/Component.pod index 9c13932..b8da6f7 100644 --- a/lib/DBIx/Class/Manual/Component.pod +++ b/lib/DBIx/Class/Manual/Component.pod @@ -84,6 +84,8 @@ Check out the L docs for more information about inheritance. These components provide extra functionality beyond basic functionality that you can't live without. +L - Hooks for Storable freeze/thaw. + L - Class::DBI Compatibility layer. L - Build forms with multiple interconnected objects. @@ -132,8 +134,6 @@ L - Inter-table relationships. L - Provides a classdata table object and method proxies. -L - Hooks for Storable freeze/thaw. - L - Basic row methods. =head1 SEE ALSO