From: Tomas Doran Date: Fri, 19 Oct 2012 21:34:05 +0000 (+0100) Subject: Version 5.90017 X-Git-Tag: 5.90017^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d6ae510491d8cc02625d845d6e08063209d8f193;hp=9f6f4a87ecb2df88d216f20ac21a540b80efe55f Version 5.90017 --- diff --git a/Changes b/Changes index 9be3129..ad6d304 100644 --- 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. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2aa1de2..4fd6ed1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 03680b1..291dcc4 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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