Version 5.9003 5.9003
Tomas Doran [Fri, 17 Feb 2012 07:44:00 +0000 (07:44 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index 7d84e24..c0df5cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,14 +1,15 @@
 Revision history for Catalyst-Manual
 
+5.9003 17 Feb 2012
     - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn).
     - Better docs of :Global inspired by RT 74869 (thanks William Blunn)
-    - Highlight the importance of uncommenting the template line in the list action
+    - Highlight the importance of uncommenting the template line in the
+      list action
     - Clarify docs for nginx in non-root - a trailing slash on the
       location block is very much needed.
-
-5.9003
     - Clarified Data::Dumper usage.  RT#71410 Thanks to Bill Corr
-    - Mention Chef deployment in Manual::Deployment (thanks to Alexey Melezhik)
+    - Mention Chef deployment in Manual::Deployment (thanks to Alexey
+      Melezhik)
 
 5.9002 3 Sept 2011
     - Tutorial
index e207c9e..e889c8a 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.9002';
+our $VERSION = '5.9003';
 
 =head1 NAME