X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=8d5df2f2e1f42fe2ebc85b108a9cf05eee2a5e5e;hb=cbc0e764eeb1de2be9a79c33c76e2a169b795785;hp=08b26e27fe1fd6b800f9b38515636ca141a6d0b4;hpb=24acc5d75bb4208eeef4d1bad0974f0fd5893454;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 08b26e2..8d5df2f 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -205,8 +205,8 @@ C to breakout of the dev server) if you prefer. [debug] Loaded dispatcher "Catalyst::Dispatcher" [debug] Loaded engine "Catalyst::Engine" - [debug] Found home "/root/Hello" - [debug] Loaded Config "/root/Hello/hello.conf" + [debug] Found home "/home/catalyst/Hello" + [debug] Loaded Config "/home/catalyst/Hello/hello.conf" [debug] Loaded components: .-----------------------------------------------------------------+----------. | Class | Type | @@ -282,7 +282,7 @@ as a "404" message or a redirect, but for now just leave it alone. The "C<$c>" here refers to the Catalyst context, which is used to access the Catalyst application. In addition to many other things, the Catalyst context provides access to "response" and "request" objects. (See -L, L, and +L, L, and L) C<$c-Eresponse-Ebody> sets the HTTP response (see @@ -329,7 +329,7 @@ Notice in the window running the Development Server that you should get output similar to the following: Saw changes to the following files: - - /root/Hello/lib/Hello/Controller/Root.pm (modify) + - /home/catalyst/Hello/lib/Hello/Controller/Root.pm (modify) Attempting to restart the server ... @@ -532,11 +532,8 @@ Kennedy Clark, C Feel free to contact the author for any errors or suggestions, but the best way to report issues is via the CPAN RT Bug system at -. +L. -The most recent version of the Catalyst Tutorial can be found at -L. - -Copyright 2006-2010, Kennedy Clark, under the +Copyright 2006-2011, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 (L).