From: Moritz Onken Date: Sun, 13 Feb 2011 09:49:08 +0000 (+0100) Subject: fixed cookbook example X-Git-Tag: v0.08191~95 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3747dedbdf7caf5ecea0ec9280cb8674d6f0010;p=dbsrgits%2FDBIx-Class.git fixed cookbook example --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 47e85f9..faa1123 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1918,7 +1918,7 @@ L: $self->squared( $value * $value ); } - $self->next::method(@_); + $self->$orig(@_); } Note that the hard work is done by the call to C, which