From: Kennedy Clark Date: Wed, 7 Oct 2009 09:07:27 +0000 (+0000) Subject: Prep for release X-Git-Tag: v5.8005~98 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=1d3a9ff206ee14ad038ed5842a961cc4264228b8 Prep for release --- diff --git a/Changes b/Changes index 2fec753..52d5ee2 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,15 @@ Revision history for Catalyst-Manual +5.8001 06 Oct 2009 - Tutorial - Fix RT #46760 - Fix RT #46618 + - Fix cat-install script URL - Fix typos - Replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst::Plugin::AutoCRUD + - Other + - Lots of updates thanks to t0m - Update development process / core team docs - Cookbook fixes WRT authorization - Better description of application setup process diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 74cc170..291e6dd 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.8000'; +our $VERSION = '5.8001'; =head1 NAME