X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FCatalystBasics.pod;h=a59bc41326dcb3fa7ca7250c5a058884470e5fc4;hb=d645910ddfb37f5c18acaf6ce88fd392a91101db;hp=60fafc341716a5893b2c271701a1d6369479a73d;hpb=b3c640cce0888c99072a7c18de983e075407a493;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 60fafc3..a59bc41 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -107,7 +107,7 @@ B: Note that all of the code for this part of the tutorial can be pulled from the Catalyst Subversion repository in one step with the following command: - svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@### + svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4609 . IMPORTANT: Does not work yet. Will be completed for final version. @@ -162,7 +162,7 @@ application with the built-in development web server: | /end | MyApp::Controller::Root | end | '----------------------+--------------------------------------+--------------' - [info] MyApp powered by Catalyst 5.70_03 + [info] MyApp powered by Catalyst 5.70 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.7000, C has been +plugins. As of Catalyst 5.70, 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.7000 should automatically use C and "just work" +under 5.70 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.7000 ships with a new mechanism, +response output. Catalyst v5.70 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.7000 + [info] MyApp powered by Catalyst 5.70 You can connect to your server at http://localhost.localdomain:3000 Some things you should note in the output above: