From: John Napiorkowski Date: Thu, 31 Oct 2013 20:40:48 +0000 (-0500) Subject: upped verison info X-Git-Tag: 5.90050~1^2~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d869e81739fcb850b5cf668f02201110bc8deb57 upped verison info --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2e7e837..65521ec 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90049_004'; +our $VERSION = '5.90049_005'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 669b98c..d93de21 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.90049_004'; +our $VERSION = '5.90049_005'; =head1 NAME