From: Tomas Doran Date: Tue, 28 Sep 2010 19:59:35 +0000 (+0000) Subject: Actually bump versions, ACTUAL 5.80028, sorry X-Git-Tag: 5.80028^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.80028 Actually bump versions, ACTUAL 5.80028, sorry --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index fd275b1..dd90aef 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.80027'; +our $VERSION = '5.80028'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 10e1ce0..1d87766 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.80027'; +our $VERSION = '5.80028'; =head1 NAME