Version 5.80010. 5.80010
Florian Ragwitz [Fri, 21 Aug 2009 21:41:05 +0000 (21:41 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 8beefc8..2f31847 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.80010
+5.80010 2009-08-21 23:32:15
 
   Bug fixes:
       - Fix and add tests for a regression introduced by 5.80008.
index 8f4e192..f8c84ce 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80009';
+our $VERSION = '5.80010';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index 0f2a61b..dba230d 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008006; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80009';
+our $VERSION='5.80010';
 
 $VERSION = eval $VERSION;