Prepare for new developer release 5.8000_04
Marcus Ramberg [Fri, 5 Dec 2008 11:18:38 +0000 (11:18 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 62f455b..0a71cb4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.8000_04
+5.8000_04  2008-12-05 12:15:00
         - Silence Class::C3::Adopt::NEXT warnings in the test suite (rafl)
         - Fix loads of 'used once, possible typo' warnings (rafl)
         - Additional tests to ensure upload temp files are deleted (andyg)
index 2bbe8d6..8cb6866 100644 (file)
@@ -80,7 +80,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.8000_03';
+our $VERSION = '5.8000_04';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 447f440..a48a703 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.8000_03';
+our $VERSION='5.8000_04';
 
 $VERSION= eval $VERSION;