From: John Napiorkowski Date: Mon, 10 Mar 2014 14:26:15 +0000 (-0500) Subject: prep for release X-Git-Tag: 5.90061^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c8ad8cbcd12e1b351967fbfb654be50df68c5952 prep for release --- diff --git a/Changes b/Changes index cf79bd4..7bf78b6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90061 - 2014-03-10 + - Reverted a change related to how plugins get initialized that was + introduced by a change in December. + 5.90060 - 2014-02-07 - Same as 5.90059_006, just marking it as stable, no functional changes. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 76ea133..abf306d 100755 --- 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.90060'; +our $VERSION = '5.90061'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 75a6279..b42b876 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.90060'; +our $VERSION = '5.90061'; =head1 NAME