Prepare for development release of runtime 5.8000_06
Marcus Ramberg [Wed, 4 Feb 2009 20:05:38 +0000 (20:05 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 534ccbf..c3e90a5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.8000_06 2009-02-04 21:00
         - Disallow writing to config after setup (rafl)
         - Disallow calling setup more than once (rafl)
         - Documentation fix regarding overloading of Engine and Dispatcher
index 6f111d9..bfedbca 100644 (file)
@@ -77,7 +77,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.8000_05';
+our $VERSION = '5.8000_06';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 63fd1f2..e68266c 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.8000_05';
+our $VERSION='5.8000_06';
 
 $VERSION= eval $VERSION;