Version 5.8008 5.8008
Tomas Doran [Tue, 2 Aug 2011 19:32:23 +0000 (20:32 +0100)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index ed7e281..dff3e14 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Manual
 
+5.8008 2 Aug 2011
     - Tutorial chaper 3
       - Remove note about hacking tests to require MyApp so that MyApp->path_to
         works. Application components should compile independently, and
index 7a11392..54ef76d 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8007';
+our $VERSION = '5.8008';
 
 =head1 NAME