Missed fallback from changeset [2751]
Nigel Metheringham [Thu, 7 Sep 2006 16:34:44 +0000 (16:34 +0000)]
lib/DBIx/Class/Manual/Cookbook.pod

index b18fb24..23495d1 100644 (file)
@@ -562,7 +562,7 @@ method to the class defining the Category table:
       my $self = shift;
 
       return $self->Description;
-  }
+  }, fallback => 1;
 
 =head2 Disconnecting cleanly