From: Peter Rabbitson Date: Thu, 3 Sep 2009 09:24:17 +0000 (+0000) Subject: Storable is now in Core X-Git-Tag: v0.08111~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=88ac5c8b0eaabf0e0b2e3cc439d8c8635a325b36 Storable is now in Core --- diff --git a/lib/DBIx/Class/Manual/Component.pod b/lib/DBIx/Class/Manual/Component.pod index 9bbe684..9c13932 100644 --- a/lib/DBIx/Class/Manual/Component.pod +++ b/lib/DBIx/Class/Manual/Component.pod @@ -110,10 +110,6 @@ These components are under development, there interfaces may change, they may not work, etc. So, use them if you want, but be warned. -L - Hooks for Storable freeze/thaw. - -L - Hooks for Storable freeze/thaw. - L - Validate all data before submitting to your database. =head2 Core @@ -136,6 +132,8 @@ 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 @@ -145,4 +143,3 @@ L =head1 AUTHOR Aran Clary Deltac - diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 5820d03..0042e3a 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -40,8 +40,6 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Set of standard components to load. -=item L - ? - =item L - Making objects out of your columns. =item L - Magically turn your datetime or timestamp columns into DateTime objects.