From: Nigel Metheringham Date: Thu, 7 Sep 2006 16:34:44 +0000 (+0000) Subject: Missed fallback from changeset [2751] X-Git-Tag: v0.07002~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=777135501b00be497b61b3cc7c677a8c2596dc50;p=dbsrgits%2FDBIx-Class.git Missed fallback from changeset [2751] --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index b18fb24..23495d1 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -562,7 +562,7 @@ method to the class defining the Category table: my $self = shift; return $self->Description; - } + }, fallback => 1; =head2 Disconnecting cleanly