From: John Napiorkowski Date: Tue, 28 Jan 2014 18:01:30 +0000 (-0600) Subject: up version for upcoming release X-Git-Tag: 5.90060~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1a7ee7cd1d8a5296661aef16ea5726206d1709c1 up version for upcoming release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index bfa22a6..e3d705a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_004'; +our $VERSION = '5.90059_005'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0fc06f7..7bf13bf 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.90059_004'; +our $VERSION = '5.90059_005'; =head1 NAME