Version 5.80001. 5.80001
Florian Ragwitz [Sat, 18 Apr 2009 20:24:51 +0000 (20:24 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 493d343..521c3f5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80001 2009-04-18 22:18
         - Don't inline the constructor for Catalyst::Log to avoid a
           warning on recent Moose versions.
         - Add delta documentation
index d44c2ca..664f0d2 100644 (file)
@@ -74,7 +74,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.8000_07';
+our $VERSION = '5.80001';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index e7b8588..edf64b4 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.8000_07';
+our $VERSION='5.80001';
 
 $VERSION = eval $VERSION;