Version 5.80011. 5.80011
Florian Ragwitz [Sun, 23 Aug 2009 11:55:48 +0000 (11:55 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index e32fbc2..327d159 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80011 2009-08-23 13:48:15
+
   Bug fixes:
       - Remove leftovers of the restarter engine. The removed code caused test
         failures, which weren't apparent for anyone still having an old version
index f8c84ce..60ccc33 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80010';
+our $VERSION = '5.80011';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index dba230d..59b5eee 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008006; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80010';
+our $VERSION='5.80011';
 
 $VERSION = eval $VERSION;