X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=7059c0d6f82a528111dffec4bf2637f6726ca0a9;hp=e125cd748a9c8af0bc44b28088ecb19b64772b2b;hb=72609296f6f6f655484b1700eebaf348af82bdde;hpb=4ab6212da7a5e07df9837b0e57fb2b0c37aa9759 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index e125cd7..7059c0d 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -68,6 +68,13 @@ You can checkout the source code for this example from the catalyst subversion repository as per the instructions in L. +Please take a look at +L before +doing the rest of this tutorial. Although the tutorial should work +correctly under most any recent version of Perl running on any +operating system, the tutorial has been written using Debian 5 and +tested to be sure it runs correctly in this environment. + =head1 CREATE A NEW APPLICATION @@ -635,7 +642,7 @@ For using other databases, such as PostgreSQL or MySQL, see L. -=head1 DATABASE ACCESS WITH C +=head1 DATABASE ACCESS WITH DBIx::Class Catalyst can be used with virtually any form of persistent datastore available via Perl. For example, @@ -1046,7 +1053,7 @@ provide a template that fills in the C section of our wrapper template -- the wrapper will provide the overall feel of the page. -=head1 A STATIC DATABASE MODEL WITH C +=head1 A STATIC DATABASE MODEL WITH DBIx::Class First, let's be sure we have a recent versino of the DBIC helper, L, by @@ -1380,7 +1387,7 @@ skip to Chapter 4, L, if you wish.> -=head2 Using C for the Default View +=head2 Using 'RenderView' for the Default View Once your controller logic has processed the request from a user, it forwards processing to your view in order to generate the appropriate