From: Kieren Diment Date: Fri, 29 Oct 2010 12:05:18 +0000 (+0000) Subject: we should really tag releases, or move to git X-Git-Tag: v5.8005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=refs%2Ftags%2Fv5.8005 we should really tag releases, or move to git --- diff --git a/Changes b/Changes index b98e8bf..41827d4 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ Revision history for Catalyst-Manual +5.8005 27 Oct 2010 - Tutorial: - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section - + - Critical bugfix on index page. 5.8004 17 Feb 2010 - Tutorial: - Add foreign key support for SQLite diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index af1d7d6..24f5fe4 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.8004'; +our $VERSION = '5.8005'; =head1 NAME @@ -24,7 +24,7 @@ Catalyst::Manual - The Catalyst developer's manual Install L to install all the dependencies you need to follow along with the Tutorial. You can also refer to -L +L for more information on installation options. Some "Getting Started" Links: