updated versions for release
John Napiorkowski [Thu, 6 Feb 2014 20:24:44 +0000 (14:24 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 68673ef..eaa0840 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,10 +3,12 @@
   - Announcing the repo is now open for development of Perl Catalyst 'Runner'
   - http://questhub.io/realm/perl/explore/latest/tag/runner
 
-5.90059_006 - TBA
+5.90059_006 - 2014-02-06
   - MyApp->setup now returns $app to allow class method chaining.
   - New Util helper functional localize $env to make it easier to mount PSIG
     applications under controllers and actions.  See Catalyst::Utils/PSGI Helpers.
+  - NOTICE: Final Development release for Runner, unless significant issues are
+    raised.  Please test.
 
 5.90059_005 - 2014-01-28
   - Specify newest versions of some middleware in attempt to solve test errors
index 2c4c354..33a5a61 100644 (file)
@@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90059_005';
+our $VERSION = '5.90059_006';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 7bf13bf..a2e2646 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90059_005';
+our $VERSION = '5.90059_006';
 
 =head1 NAME