From: John Napiorkowski Date: Wed, 6 Aug 2014 14:43:28 +0000 (-0400) Subject: updated changelog X-Git-Tag: 5.90070~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=570ee4337bcafb71a083db0e2b8f02b3cbcf630a;hp=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c updated changelog --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7e1aed7..88e9af2 100755 --- 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.90069_002'; +our $VERSION = '5.90069_003'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0d8d4c5..d15ccbe 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.90069_002'; +our $VERSION = '5.90069_003'; =head1 NAME