[Catalyst-commits] r8972 - in Catalyst-Manual/5.70/trunk: .
lib/Catalyst lib/Catalyst/Manual lib/Catalyst/Manual/Tutorial
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Mon Dec 29 01:28:33 GMT 2008
Author: hkclark
Date: 2008-12-29 01:28:33 +0000 (Mon, 29 Dec 2008)
New Revision: 8972
Modified:
Catalyst-Manual/5.70/trunk/Changes
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial.pod
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authorization.pod
Log:
Pre-release updates
Modified: Catalyst-Manual/5.70/trunk/Changes
===================================================================
--- Catalyst-Manual/5.70/trunk/Changes 2008-12-29 01:04:53 UTC (rev 8971)
+++ Catalyst-Manual/5.70/trunk/Changes 2008-12-29 01:28:33 UTC (rev 8972)
@@ -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
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod 2008-12-29 01:04:53 UTC (rev 8971)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod 2008-12-29 01:28:33 UTC (rev 8972)
@@ -268,7 +268,7 @@
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
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authorization.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authorization.pod 2008-12-29 01:04:53 UTC (rev 8971)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authorization.pod 2008-12-29 01:28:33 UTC (rev 8972)
@@ -93,7 +93,7 @@
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
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial.pod 2008-12-29 01:04:53 UTC (rev 8971)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial.pod 2008-12-29 01:28:33 UTC (rev 8972)
@@ -58,8 +58,7 @@
=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/>.
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm 2008-12-29 01:04:53 UTC (rev 8971)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm 2008-12-29 01:28:33 UTC (rev 8972)
@@ -23,6 +23,6 @@
=cut
-our $VERSION = '5.7015';
+our $VERSION = '5.7016';
1;
More information about the Catalyst-commits
mailing list