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

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Wed Feb 17 19:10:51 GMT 2010


Author: hkclark
Date: 2010-02-17 19:10:51 +0000 (Wed, 17 Feb 2010)
New Revision: 12931

Modified:
   Catalyst-Manual/5.80/trunk/Changes
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial.pod
Log:
Prep for build

Modified: Catalyst-Manual/5.80/trunk/Changes
===================================================================
--- Catalyst-Manual/5.80/trunk/Changes	2010-02-17 18:48:22 UTC (rev 12930)
+++ Catalyst-Manual/5.80/trunk/Changes	2010-02-17 19:10:51 UTC (rev 12931)
@@ -1,5 +1,18 @@
 Revision history for Catalyst-Manual
 
+5.8004 17 Feb 2010
+    - Tutorial:
+        - Add foreign key support for SQLite 
+            (huge thanks to Caelum for that and other good edits!)
+        - Add "Quick Start" to Intro (Chapter 1)
+        - Switch to use of "-r" to auto-restart the dev svr
+        - Update for latest available Debian package versions
+        - Switch to individual files for example code vs. tarballs
+        - Switch to 'done_testing' and shorter 'prove' args for testing chapter
+        - Misc typo fixes
+    - Other:
+        - Minor Cookbook edits
+
 5.8003 28 Dec 2009
     - Variety of typo fixes
     - Fix incorrectness re :Global and :Local

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial.pod	2010-02-17 18:48:22 UTC (rev 12930)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial.pod	2010-02-17 19:10:51 UTC (rev 12931)
@@ -712,11 +712,13 @@
 Ragwitz, Mauro Andreolini, Jim Howard, Giovanni Gigante, William 
 Moreno,  Bryan Roach, Ashley Berlin, David Kamholz, Kevin Old, Henning 
 Sprang, Jeremy Jones, David Kurtz, Ingo Wichmann, Shlomi Fish, Murray 
-Walker and Adam Witney.  Thanks to Devin Austin for coming up with an 
-initial version of a non-TTSite wrapper page.  Also, a huge thank you 
-to Kiffin Gish for all the hard work on the "database depluralization" 
-effort!  I'm sure I am missing some names here... apologies for that 
-(please let me know if you name should be here).
+Walker, Adam Witney and xenoterracide.  Thanks to Devin Austin for 
+coming up with an initial version of a non-TTSite wrapper page.  
+Also, a huge thank you to Kiffin Gish for all the hard work on the 
+"database depluralization" effort and Rafael Kitover for the work on 
+updating the tutorial to include foreign key support for SQLite.  
+I'm sure I am missing some names here... apologies for that (please 
+let me know if you name should be here).
 
 =back
 

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm	2010-02-17 18:48:22 UTC (rev 12930)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual.pm	2010-02-17 19:10:51 UTC (rev 12931)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '5.8003';
+our $VERSION = '5.8004';
 
 =head1 NAME
 




More information about the Catalyst-commits mailing list