From: Tomas Doran Date: Wed, 1 Sep 2010 15:10:53 +0000 (+0000) Subject: Version 5.80026 X-Git-Tag: 5.80026^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=032356664922990eef248a741d9a6c851b365748 Version 5.80026 --- diff --git a/Changes b/Changes index 6b59afc..17185d5 100644 --- 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::* diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4d00316..0c0c5c9 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 3925404..084ba9a 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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