X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=da416ff981d14eccdd1d5bdc929724017a96b532;hp=a13852634d0ed7c9127a70de135d6ffb076cc414;hb=69d57cda557b2f9a04a058dfd4e875c1d9153133;hpb=be0939444127246c8386e4103c79932de3fca9bf diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index a138526..da416ff 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -531,7 +531,7 @@ C. Please stick with the settings above for the duration of the tutorial, but feel free to use whatever options you desire in your applications -(as with most things Perl, there's more than one way to do it...). +(as with most things in Perl, there's more than one way to do it...). B We will use C as the base directory for our template files, with a full naming convention of @@ -855,8 +855,8 @@ when you launch the application). Additionally, the C model can easily be loaded outside of Catalyst, for example, in command-line utilities and/or cron jobs. C provides a very thin "bridge" between -Catalyst this external database model. Once you see how we can add some -powerful features to our DBIC model in +Catalyst and this external database model. Once you see how we can +add some powerful features to our DBIC model in L, the elegance of this approach will start to become more obvious.