Pre-release updates
Kennedy Clark [Mon, 29 Dec 2008 01:28:33 +0000 (01:28 +0000)]
Changes
lib/Catalyst/Manual.pm
lib/Catalyst/Manual/Tutorial.pod
lib/Catalyst/Manual/Tutorial/Authentication.pod
lib/Catalyst/Manual/Tutorial/Authorization.pod

diff --git a/Changes b/Changes
index 4a5c25d..18bdf19 100644 (file)
--- 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 
index 23c36e9..c3edd59 100644 (file)
@@ -23,6 +23,6 @@ Tutorial.
 
 =cut
 
-our $VERSION = '5.7015';
+our $VERSION = '5.7016';
 
 1;
index 0e62545..6d914a5 100644 (file)
@@ -58,8 +58,7 @@ L<Appendices|Catalyst::Manual::Tutorial::Appendices>
 
 =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<http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/>.
 
 
index 499aa53..9c7b766 100644 (file)
@@ -268,7 +268,7 @@ C<StackTrace> is new):
 
 B<Note:> As discussed in MoreCatalystBasics, different versions of 
 C<Catalyst::Devel> have used a variety of methods to load the plugins. 
-You put the plugins in the C<use Catalyst> statement if you prefer.
+You can put the plugins in the C<use Catalyst> statement if you prefer.
 
 The C<Authentication> plugin supports Authentication while the
 C<Session> plugins are required to maintain state across multiple HTTP
index d0ca866..867c26e 100644 (file)
@@ -93,7 +93,7 @@ Edit C<lib/MyApp.pm> and add C<Authorization::Roles> to the list:
 
 B<Note:> As discussed in MoreCatalystBasics, different versions of 
 C<Catalyst::Devel> have used a variety of methods to load the plugins. 
-You put the plugins in the C<use Catalyst> statement if you prefer.
+You can put the plugins in the C<use Catalyst> statement if you prefer.
 
 
 =head2 Add Config Information for Authorization