X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FCatalystBasics.pod;h=16826a20cb6547f055888196805fd9222d23dfbf;hp=32388a37ef86019b3b7ee34e50bbab1e6298b41e;hb=8e9564644668f2677f492999cdf112b4acecba64;hpb=32d5a0c5b62161c260d59fe230420c814f4dfbf4 diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 32388a3..16826a2 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -162,7 +162,7 @@ application with the built-in development web server: | /end | MyApp::Controller::Root | end | '----------------------+--------------------------------------+--------------' - [info] MyApp powered by Catalyst 5.70 + [info] MyApp powered by Catalyst 5.7000 You can connect to your server at http://localhost.localdomain:3000 Point your web browser to L (substituting a @@ -369,13 +369,13 @@ on one (or more) lines as with the default configuration. B You may see examples that include the L -plugins. As of Catalyst 5.70, C has been +plugins. As of Catalyst 5.7000, C has been deprecated in favor of L (as the name of the package suggests, C is not a plugin, but an action). The purpose of both is essentially the same: forward processing to the view to be rendered. Applications generated -under 5.70 should automatically use C and "just work" +under 5.7000 should automatically use C and "just work" for most applications. For more information on C and the various options for forwarding to your view logic, please refer to the "Using RenderView for the Default View" section under @@ -809,7 +809,7 @@ for use inside Catalyst). Once your controller logic has processed the request from a user, it forwards processing to your view in order to generate the appropriate -response output. Catalyst v5.70 ships with a new mechanism, +response output. Catalyst v5.7000 ships with a new mechanism, L, that automatically performs this operation. If you look in C, you should see the this empty @@ -1077,7 +1077,7 @@ Your development server log output should display something like: | /books/list | /books/list | '-------------------------------------+--------------------------------------' - [info] MyApp powered by Catalyst 5.70 + [info] MyApp powered by Catalyst 5.7000 You can connect to your server at http://localhost.localdomain:3000 Some things you should note in the output above: