No Serialize::Storable in core
Peter Rabbitson [Fri, 4 Sep 2009 19:36:39 +0000 (19:36 +0000)]
lib/DBIx/Class/Core.pm
lib/DBIx/Class/Manual/Component.pod

index af91064..d4d980a 100644 (file)
@@ -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<DBIx::Class::Serialize::Storable>
-
 =item L<DBIx::Class::InflateColumn>
 
 =item L<DBIx::Class::Relationship>
index 9c13932..b8da6f7 100644 (file)
@@ -84,6 +84,8 @@ Check out the L<Class::C3> docs for more information about inheritance.
 These components provide extra functionality beyond 
 basic functionality that you can't live without.
 
+L<DBIx::Class::Serialize::Storable> - Hooks for Storable freeze/thaw.
+
 L<DBIx::Class::CDBICompat> - Class::DBI Compatibility layer.
 
 L<DBIx::Class::FormTools> - Build forms with multiple interconnected objects.
@@ -132,8 +134,6 @@ L<DBIx::Class::Relationship> - Inter-table relationships.
 
 L<DBIx::Class::ResultSourceProxy::Table> - Provides a classdata table object and method proxies.
 
-L<DBIx::Class::Serialize::Storable> - Hooks for Storable freeze/thaw.
-
 L<DBIx::Class::Row> - Basic row methods.
 
 =head1 SEE ALSO