prep for release 5.90061
John Napiorkowski [Mon, 10 Mar 2014 14:26:15 +0000 (09:26 -0500)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index cf79bd4..7bf78b6 100644 (file)
--- 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.
 
index 76ea133..abf306d 100755 (executable)
@@ -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 ) = @_;
index 75a6279..b42b876 100644 (file)
@@ -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