From: Moritz Onken Date: Sun, 13 Feb 2011 09:53:35 +0000 (+0100) Subject: fixed description to cookbook example X-Git-Tag: v0.08191~94 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fa41b6b4d07ea359797867da59e6a6b595c4f9d;p=dbsrgits%2FDBIx-Class.git fixed description to cookbook example --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index faa1123..0d0eebd 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1921,7 +1921,7 @@ L: $self->$orig(@_); } -Note that the hard work is done by the call to C, which +Note that the hard work is done by the call to C<< $self->$orig >>, which redispatches your call to store_column in the superclass(es). Generally, if this is a calculation your database can easily do, try