Skip to content

Commit

Permalink
we should really tag releases, or move to git
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-kd committed Oct 29, 2010
1 parent bf6900b commit db24da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Catalyst/Manual.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Catalyst::Manual;
use strict;
use warnings;

our $VERSION = '5.8004';
our $VERSION = '5.8005';

=head1 NAME
Expand All @@ -24,7 +24,7 @@ Catalyst::Manual - The Catalyst developer's manual
Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
install all the dependencies you need to follow along with the
Tutorial. You can also refer to
L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>
L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::01_Intro>
for more information on installation options.
Some "Getting Started" Links:
Expand Down

0 comments on commit db24da7

Please sign in to comment.