[Catalyst-commits] r11841 - in Catalyst-Manual/5.80/trunk: . lib/Catalyst

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Sun Nov 15 19:37:39 GMT 2009


Author: hkclark
Date: 2009-11-15 19:37:39 +0000 (Sun, 15 Nov 2009)
New Revision: 11841

Modified:
   Catalyst-Manual/5.80/trunk/Changes
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
Log:
Prep for build (5.8002)

Modified: Catalyst-Manual/5.80/trunk/Changes
===================================================================
--- Catalyst-Manual/5.80/trunk/Changes	2009-11-15 17:05:51 UTC (rev 11840)
+++ Catalyst-Manual/5.80/trunk/Changes	2009-11-15 19:37:39 UTC (rev 11841)
@@ -1,7 +1,18 @@
 Revision history for Catalyst-Manual
 
+5.8001 15 Nov 2009
+        - Update tutorial to match latest prepacked versions in Debian 5
+        - Add FormHandler branch (with thanks to gshank!)
+        - Misc cleanup/freshing up of tutorial.
+        - Fix indenting issue (with thanks to Kiffin Gish)
+        - Integrate tome fix branch (with thanks to tome!)
+        - Add a "negative" test to confirm that test02 does not have an admin create link
+        - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
         - Fix Pod typos in ::Internals (RT#51488)
         - Fix Pod typos in the Cookbook (RT#51466)
+        - Fix a Test::Pod failure and make Debian happier.
+        - Typo fixes from garu
+        - Misc minor and/or typo fixes
 
 5.8001 06 Oct 2009
         - Tutorial

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm	2009-11-15 17:05:51 UTC (rev 11840)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm	2009-11-15 19:37:39 UTC (rev 11841)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '5.8001';
+our $VERSION = '5.8002';
 
 =head1 NAME
 




More information about the Catalyst-commits mailing list