From: Tomas Doran Date: Wed, 23 Feb 2011 01:10:30 +0000 (+0000) Subject: Version 5.80032 X-Git-Tag: 5.80032^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.80032 Version 5.80032 --- diff --git a/Changes b/Changes index f6b5e65..b6ec42c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.80032 UNRELEASED +5.80032 2011-02-23 01:10:00 Bug fixes: - Fix compatibility issue with code which was testing the value of diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c472f4a..4f2e792 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.80031'; +our $VERSION = '5.80032'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 63ec2bd..66946a5 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.80031'; +our $VERSION = '5.80032'; =head1 NAME