Version 5.80026 5.80026
Tomas Doran [Wed, 1 Sep 2010 15:10:53 +0000 (15:10 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 6b59afc..17185d5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80026 2010-09-01 15:14:00
+
  Bug fixes:
   - Fix so that CATALYST_EXCEPTION_CLASS in MyApp is always respected by
     not loading Catalyst::Exception in Utils.pm BEGIN, because some Scripts::*
index 4d00316..0c0c5c9 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80025';
+our $VERSION = '5.80026';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 3925404..084ba9a 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80025';
+our $VERSION = '5.80026';
 
 =head1 NAME