[Catalyst-commits] r7793 - /
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Sun May 25 22:57:19 BST 2008
Author: zarquon
Date: 2008-05-25 22:57:19 +0100 (Sun, 25 May 2008)
New Revision: 7793
Modified:
/
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
r13267 at zaphod: kd | 2008-05-26 07:53:48 +1000
Runtime/Devel changes
Property changes on:
___________________________________________________________________
Name: svk:merge
- 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13176
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
+ 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13267
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-05-25 21:45:44 UTC (rev 7792)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-05-25 21:57:19 UTC (rev 7793)
@@ -140,22 +140,23 @@
this feature of Catalyst during the authentication and authorization
sections (Part 5 and Part 6).
-B<IMPORTANT NOTE>: If you are following along in Ubuntu 8.04 or
-otherwise using a version of Catalyst prior to v5.7014, you need to be
-aware that Catalyst changed from a default format of YAML to the more
-straightforward C<Config::General> format. Because Catalyst has long
-supported both formats, this tutorial will simply use a configuration
-file called C<myapp.conf> instead of C<myapp.yml> and Catatlyst will
-automcatically use the new format. Just be aware that earlier versions
-of Catalyst will still create the C<myapp.yml> file and that you will
-need to B<remove C<myapp.yml>> and create a new C<myapp.conf> file by
-hand, but otherwise this transition is very painless. The default
-contents of C<myapp.conf> should only consist of one line: C<name
-MyApp>. Also be aware that you can continue to use any format
-supported by
-L<Catalyst::Plugin::ConfigLoader|Catalyst::Plugin::ConfigLoader> and
-L<Config::Any|Config::Any>, including YAML -- Catalyst will
-automatically look for any of the supported configuration file formats.
+B<IMPORTANT NOTE>: If you are following along in Ubuntu 8.04 or
+otherwise using a version of L<Catalyst::Devel|Catalyst::Devel> prior
+to version 1.06, you need to be aware that Catalyst changed from a
+default format of YAML to the more straightforward C<Config::General>
+format. Because Catalyst has long supported both formats, this
+tutorial will simply use a configuration file called C<myapp.conf>
+instead of C<myapp.yml> and Catatlyst will automcatically use the new
+format. Just be aware that earlier versions of Catalyst will still
+create the C<myapp.yml> file and that you will need to B<remove
+C<myapp.yml>> and create a new C<myapp.conf> file by hand, but
+otherwise this transition is very painless. The default contents of
+C<myapp.conf> should only consist of one line: C<name MyApp>. Also be
+aware that you can continue to use any format supported by
+L<Catalyst::Plugin::ConfigLoader|Catalyst::Plugin::ConfigLoader> and
+L<Config::Any|Config::Any>, including YAML -- Catalyst will
+automatically look for any of the supported configuration file
+formats.
C<TIP>: This script can be useful for converting between configuration
formats:
More information about the Catalyst-commits
mailing list