version and changes
Kieren Diment [Thu, 3 May 2012 22:20:42 +0000 (08:20 +1000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index c0df5cf..e36babb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Catalyst-Manual
 
+5.9004 4th May 2012
+    - PSGI Compat changes
+    - Small code changes (thanks sockmonk)
+    - Small changes to Manual::Components
+
 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)
index e889c8a..692bbf1 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.9003';
+our $VERSION = '5.9004';
 
 =head1 NAME