Version 5.8901 5.8901
Tomas Doran [Sun, 7 Aug 2011 11:56:36 +0000 (12:56 +0100)]
Lets do a TRIAL to see how the documentation looks on
search.cpan.org

Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index dff3e14..e55e08f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Catalyst-Manual
 
+5.8901 7 Aug 2011 - TRIAL RELEASE
+    - Added Catalyst::Manual::Deployment containing the documentation
+      which used to be in Catalyst::Engine::*, updated for the
+      new PSGI engine.
+
 5.8008 2 Aug 2011
     - Tutorial chaper 3
       - Remove note about hacking tests to require MyApp so that MyApp->path_to
index 54ef76d..aee714c 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8008';
+our $VERSION = '5.8901';
 
 =head1 NAME