[Bast-commits] r3594 - trunk/DBIx-Class/lib/DBIx/Class/Manual

evdb at dev.catalyst.perl.org evdb at dev.catalyst.perl.org
Wed Jul 18 21:22:35 GMT 2007


Author: evdb
Date: 2007-07-18 21:22:35 +0100 (Wed, 18 Jul 2007)
New Revision: 3594

Modified:
   trunk/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod
Log:
Added the word 'trigger' to the 'Overloading methods' section so that it is more likely to be found when searching.


Modified: trunk/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod
===================================================================
--- trunk/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod	2007-07-18 11:39:58 UTC (rev 3593)
+++ trunk/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod	2007-07-18 20:22:35 UTC (rev 3594)
@@ -614,7 +614,7 @@
 ways to write your own base classes to do this.
 
 People looking for ways to do "triggers" with DBIx::Class are probably
-just looking for this.
+just looking for this. 
 
 =head2 Stringification
 
@@ -847,9 +847,10 @@
 
 =head2 Overloading methods
 
-L<DBIx::Class> uses the L<Class::C3> package, which provides for redispatch of 
-method calls.  You have to use calls to C<next::method> to overload methods.  
-More information on using L<Class::C3> with L<DBIx::Class> can be found in 
+L<DBIx::Class> uses the L<Class::C3> package, which provides for redispatch of
+method calls, useful for things like default values and triggers. You have to
+use calls to C<next::method> to overload methods. More information on using
+L<Class::C3> with L<DBIx::Class> can be found in
 L<DBIx::Class::Manual::Component>.
 
 =head3 Changing one field whenever another changes




More information about the Bast-commits mailing list