[Catalyst-commits] r8886 - in Catalyst-Manual/5.70/trunk: . lib/Catalyst

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Mon Dec 15 20:44:04 GMT 2008


Author: hkclark
Date: 2008-12-15 20:44:03 +0000 (Mon, 15 Dec 2008)
New Revision: 8886

Modified:
   Catalyst-Manual/5.70/trunk/Changes
   Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
Log:
Prep for release

Modified: Catalyst-Manual/5.70/trunk/Changes
===================================================================
--- Catalyst-Manual/5.70/trunk/Changes	2008-12-15 17:34:47 UTC (rev 8885)
+++ Catalyst-Manual/5.70/trunk/Changes	2008-12-15 20:44:03 UTC (rev 8886)
@@ -1,5 +1,14 @@
 Revision history for Catalyst-Manual
 
+5.7015  15 Dec 2008
+        - Remove TTSite from Tutorial (thanks to dhoss for the help)
+        - Update Tutorial for Ubuntu 8.10 (therefore update to 
+          Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
+        - Reorganize MoreCatalystBasics.pod so user is able to run 
+          the app the first time much earlier and build on it from 
+          there (running the app each time along the way)
+        - Update URL for latest copy in SVN to match new location of repo
+        - Misc typo fix
         - Change use of Class::C3 to MRO::Compat, as rafl tells me
           this is best practice, and gives you native next::method in 
           5.10. (t0m)

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2008-12-15 17:34:47 UTC (rev 8885)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2008-12-15 20:44:03 UTC (rev 8886)
@@ -23,6 +23,6 @@
 
 =cut
 
-our $VERSION = '5.7014';
+our $VERSION = '5.7015';
 
 1;




More information about the Catalyst-commits mailing list