Version 5.90017 5.90017
Tomas Doran [Fri, 19 Oct 2012 21:34:05 +0000 (22:34 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 9be3129..ad6d304 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90017 - 2012-10-19 22:33:00
   - Change Catalsyt _parse_attrs so that when sub attr handlers:
 
     1) Can return multiple pairs of new attributes.
index 2aa1de2..4fd6ed1 100644 (file)
@@ -112,7 +112,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90016';
+our $VERSION = '5.90017';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 03680b1..291dcc4 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90016';
+our $VERSION = '5.90017';
 
 =head1 NAME