0.090103 release commit 0.090103 5.90103
Matt S Trout [Thu, 12 Nov 2015 10:18:36 +0000 (10:18 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 761a050..24ee8f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90103 - TBD
+5.90103 - 2015-11-12
   - More documentation fixes (thanks to the debian maintainers and melmothx++)
   - Fixed the way we parse subroutine attribute values to fix a regression
     introduced in 5.90102.  This is a recommended upgrade (tsibley++, mst++)
index 266ab2b..7e563cb 100644 (file)
@@ -180,7 +180,7 @@ sub composed_stats_class {
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90102';
+our $VERSION = '5.90103';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index bfd4ffd..59e00ce 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90102';
+our $VERSION = '5.90103';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME