From: John Napiorkowski Date: Tue, 5 Nov 2013 21:33:36 +0000 (-0600) Subject: merged up and set versions for release X-Git-Tag: 5.90050^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31bd6aec5da1c1927fea4e086ca51727509a81fc;hp=c396cfc71169fc01ede2b891c197be02791ee2aa;p=catagits%2FCatalyst-Runtime.git merged up and set versions for release --- diff --git a/Changes b/Changes index ead9f1f..851ff40 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -TBA +5.90050 - 2013-11-05 - Previously public predicates on the following attributes are now considered private and their method names have been changed to follow Perl convention for internal methods: diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b3b6527..6007f3a 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_006'; +our $VERSION = '5.90050'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index e096dd8..3da2731 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_006'; +our $VERSION = '5.90050'; =head1 NAME