merged up and set versions for release 5.90050
John Napiorkowski [Tue, 5 Nov 2013 21:33:36 +0000 (15:33 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index ead9f1f..851ff40 100644 (file)
--- 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:
index b3b6527..6007f3a 100644 (file)
@@ -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 ) = @_;
index e096dd8..3da2731 100644 (file)
@@ -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