From: John Napiorkowski Date: Wed, 31 Dec 2014 16:09:25 +0000 (-0600) Subject: inc version for release X-Git-Tag: 45.90078^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e4f3fb2485c9181600ca8fe759016f9e69a53f2d inc version for release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6096f47..9686617 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90077'; +our $VERSION = '5.90078'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 94d0f0b..4cc1f98 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90077'; +our $VERSION = '5.90078'; =head1 NAME