upping versions and prep release 5.90060
John Napiorkowski [Sat, 8 Feb 2014 02:44:06 +0000 (20:44 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index eaa0840..cf79bd4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-  - Announcing the repo is now open for development of Perl Catalyst 'Runner'
-  - http://questhub.io/realm/perl/explore/latest/tag/runner
+5.90060 - 2014-02-07
+  - Same as 5.90059_006, just marking it as stable, no functional changes.
+
 
 5.90059_006 - 2014-02-06
   - MyApp->setup now returns $app to allow class method chaining.
index 33a5a61..8173fb0 100644 (file)
@@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90059_006';
+our $VERSION = '5.90060';
 
 sub import {
     my ( $class, @arguments ) = @_;
index a2e2646..75a6279 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90059_006';
+our $VERSION = '5.90060';
 
 =head1 NAME