No Serialize::Storable in core
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
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>