From: Kennedy Clark Date: Mon, 29 Dec 2008 01:28:33 +0000 (+0000) Subject: Pre-release updates X-Git-Tag: v5.8005~233 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=533fee734b6738d009dd5405dda9501e430a4e9f Pre-release updates --- diff --git a/Changes b/Changes index 4a5c25d..18bdf19 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Catalyst-Manual +5.7016 28 Dec 2008 + - Updates to make Parts 8 & 9 run correctly + - Adjust URLs for final config tarballs + - Add note about changes across different C::Devel on how plugins enabled + - Misc minor updates + 5.7015 15 Dec 2008 - Remove TTSite from Tutorial (thanks to dhoss for the help) - Update Tutorial for Ubuntu 8.10 (therefore update to diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 23c36e9..c3edd59 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -23,6 +23,6 @@ Tutorial. =cut -our $VERSION = '5.7015'; +our $VERSION = '5.7016'; 1; diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 0e62545..6d914a5 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -58,8 +58,7 @@ L =back -Tarballs for the final code for each part of the tutorial is available -at +Final code tarballs for each part of the tutorial are available at L. diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 499aa53..9c7b766 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -268,7 +268,7 @@ C is new): B As discussed in MoreCatalystBasics, different versions of C have used a variety of methods to load the plugins. -You put the plugins in the C statement if you prefer. +You can put the plugins in the C statement if you prefer. The C plugin supports Authentication while the C plugins are required to maintain state across multiple HTTP diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index d0ca866..867c26e 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -93,7 +93,7 @@ Edit C and add C to the list: B As discussed in MoreCatalystBasics, different versions of C have used a variety of methods to load the plugins. -You put the plugins in the C statement if you prefer. +You can put the plugins in the C statement if you prefer. =head2 Add Config Information for Authorization