X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;h=bf35d96c003d175229240be8dd45b19cf32073b6;hp=0ca6d5d4c4035b877a5297847e16011237a0d757;hb=aa7ff3257b8cc635010cfa8caee47a45efcab1f6;hpb=a608d8ce868536757adabcd074dc4a458339299a diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index 0ca6d5d..bf35d96 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -125,7 +125,7 @@ you can obviously indent them if you prefer): my ($self, $c) = @_; $DB::single=1; - + # Retrieve all of the book records as book model objects and store in the # stash where they can be accessed by the TT template $c->stash->{books} = [$c->model('DB::Book')->all];