From: Kennedy Clark Date: Thu, 6 Jul 2006 22:19:44 +0000 (+0000) Subject: Version number. X-Git-Tag: 5.7099_04~405 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8e9564644668f2677f492999cdf112b4acecba64;hp=32d5a0c5b62161c260d59fe230420c814f4dfbf4 Version number. --- 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: diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 95c1519..36aa473 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -88,7 +88,7 @@ Role-based authorization ("authz"). =item * -Attempts to provide an example showing current (5.7X) Catalyst +Attempts to provide an example showing current (5.7XXX) Catalyst practices. For example, the use of L, DBIC, L