From: Tomas Doran Date: Sun, 7 Aug 2011 11:56:36 +0000 (+0100) Subject: Version 5.8901 X-Git-Tag: 5.8901^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=refs%2Ftags%2F5.8901 Version 5.8901 Lets do a TRIAL to see how the documentation looks on search.cpan.org --- diff --git a/Changes b/Changes index dff3e14..e55e08f 100644 --- 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 diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 54ef76d..aee714c 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,7 +6,7 @@ package Catalyst::Manual; use strict; use warnings; -our $VERSION = '5.8008'; +our $VERSION = '5.8901'; =head1 NAME