projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
462bb84
)
Missed fallback from changeset [2751]
Nigel Metheringham [Thu, 7 Sep 2006 16:34:44 +0000 (16:34 +0000)]
lib/DBIx/Class/Manual/Cookbook.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/Cookbook.pod
b/lib/DBIx/Class/Manual/Cookbook.pod
index
b18fb24
..
23495d1
100644
(file)
--- 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