From: Edmund von der Burg Date: Wed, 18 Jul 2007 20:22:35 +0000 (+0000) Subject: Added the word 'trigger' to the 'Overloading methods' section so that it is more... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab872312383fbf46483519a49c81fe877145c1bf;p=dbsrgits%2FDBIx-Class-Historic.git Added the word 'trigger' to the 'Overloading methods' section so that it is more likely to be found when searching. --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 4483f61..1bc0c8a 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -614,7 +614,7 @@ documentation. See also L for more 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 @@ generator to put the quotes the correct place. =head2 Overloading methods -L uses the L package, which provides for redispatch of -method calls. You have to use calls to C to overload methods. -More information on using L with L can be found in +L uses the L package, which provides for redispatch of +method calls, useful for things like default values and triggers. You have to +use calls to C to overload methods. More information on using +L with L can be found in L. =head3 Changing one field whenever another changes