From: Kennedy Clark Date: Sat, 24 May 2008 14:27:51 +0000 (+0000) Subject: Cleanup other references to myapp.yml to myapp.conf X-Git-Tag: v5.8005~303 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=45d511e089515b7a59b6d943bb79a9fbf0ba45d4 Cleanup other references to myapp.yml to myapp.conf --- diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 3990f74..996ac4c 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -716,7 +716,7 @@ algorithms are supported. See C for more information. =head2 Enable SHA-1 Hash Passwords in C -Edit C and update it to match (the C and +Edit C and update it to match (the C and C are new, everything else is the same): --- @@ -853,10 +853,11 @@ C<__PACKAGE__-Econfig> setting to something like: session => {flash_to_stash => 1} ); -B add the following to C: +B add the following to C: - session: - flash_to_stash: 1 + + flash_to_stash 1 + The C<__PACKAGE__-Econfig> option is probably preferable here since it's not something you will want to change at runtime without it diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index b1c16ad..f35deb8 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -92,7 +92,7 @@ Edit C and add C to the list: =head2 Add Config Information for Authorization -Edit C and update it to match the following (the +Edit C and update it to match the following (the C and C definitions are new): --- diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index e366b10..2d3ff93 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -145,7 +145,7 @@ directories and files it creates: View # Directory for Views Hello.pm # Base application module Makefile.PL # Makefile to build application - hello.yml # Application configuration file + hello.conf # Application configuration file README # README file root # Equiv of htdocs, dir for templates, css, javascript favicon.ico diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 9b449ef..a11428e 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -130,7 +130,7 @@ Attempts to provide an example showing current (5.7XXX) Catalyst practices. For example, the use of L, DBIC, L -with C, the use of C +with C, the use of C vs. C, etc. =item * diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index afb0a7b..4fb9f02 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -657,7 +657,7 @@ Your development server log output should display something like: [debug] Loaded dispatcher "Catalyst::Dispatcher" [debug] Loaded engine "Catalyst::Engine::HTTP" [debug] Found home "/home/me/MyApp" - [debug] Loaded Config "/home/me/MyApp/myapp.yml" + [debug] Loaded Config "/home/me/MyApp/myapp.conf" [debug] Loaded components: .-----------------------------------------------------------------+----------. | Class | Type |