[Catalyst-commits] r10323 - in Catalyst-Manual/5.80/trunk: .
lib/Catalyst
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Wed May 27 23:24:36 GMT 2009
Author: hkclark
Date: 2009-05-27 23:24:36 +0000 (Wed, 27 May 2009)
New Revision: 10323
Modified:
Catalyst-Manual/5.80/trunk/Changes
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
Log:
Prep for release
Modified: Catalyst-Manual/5.80/trunk/Changes
===================================================================
--- Catalyst-Manual/5.80/trunk/Changes 2009-05-27 22:40:42 UTC (rev 10322)
+++ Catalyst-Manual/5.80/trunk/Changes 2009-05-27 23:24:36 UTC (rev 10323)
@@ -1,12 +1,16 @@
Revision history for Catalyst-Manual
+5.8000 27 May 2009
- Tutorial:
- Update for Catalyst 5.80
- Update to "depluralize" the database names (big thanks to Kiffin Gish!)
- Switch back to including numbers in chapter names (for proper sorting)
- Add section to Ch 4: "Moving Complicated View Code to the Model"
- Add section to Ch 3: "RenderView's 'dump_info' Feature"
+ - Misc fixes and updates (thanks to Anne Wainwright)
- Other:
+ - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
+ (thanks to t0m and Sebastian Willert)
5.7021 8 May 2009
- Tutorial:
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm 2009-05-27 22:40:42 UTC (rev 10322)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm 2009-05-27 23:24:36 UTC (rev 10323)
@@ -6,7 +6,7 @@
use strict;
use warnings;
-our $VERSION = '5.8001';
+our $VERSION = '5.8000';
=head1 NAME
More information about the Catalyst-commits
mailing list