[Bast-commits] r7499 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Sep 3 09:24:18 GMT 2009


Author: ribasushi
Date: 2009-09-03 09:24:17 +0000 (Thu, 03 Sep 2009)
New Revision: 7499

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Component.pod
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/DocMap.pod
Log:
Storable is now in Core

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Component.pod
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Component.pod	2009-09-03 09:11:50 UTC (rev 7498)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Component.pod	2009-09-03 09:24:17 UTC (rev 7499)
@@ -110,10 +110,6 @@
 change, they may not work, etc.  So, use them if you want, but 
 be warned.
 
-L<DBIx::Class::Serialize> - Hooks for Storable freeze/thaw.
-
-L<DBIx::Class::Serialize::Storable> - Hooks for Storable freeze/thaw.
-
 L<DBIx::Class::Validation> - Validate all data before submitting to your database.
 
 =head2 Core
@@ -136,6 +132,8 @@
 
 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
@@ -145,4 +143,3 @@
 =head1 AUTHOR
 
 Aran Clary Deltac <bluefeet at cpan.org>
-

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/DocMap.pod
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/DocMap.pod	2009-09-03 09:11:50 UTC (rev 7498)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/DocMap.pod	2009-09-03 09:24:17 UTC (rev 7499)
@@ -40,8 +40,6 @@
 
 =item L<DBIx::Class::Core> - Set of standard components to load.
 
-=item L<DBIx::Class::Serialize::Storable> - ?
-
 =item L<DBIx::Class::InflateColumn> - Making objects out of your columns.
 
 =item L<DBIx::Class::InflateColumn::DateTime> - Magically turn your datetime or timestamp columns into DateTime objects.




More information about the Bast-commits mailing list