Accepting request 447133 from devel:languages:perl:autoupdate

- updated to 5.90114
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90114 - 2016-12-19
    - Fixed regression introduced in the last version (5.90113) which caused 
      application to hang when the action private name contained a string
      like 'foo/bar..html'.  If you are running 5.90113 you should consider this
      a required update.
    - Tweaked travis CI script.

- updated to 5.90113
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90113 - 2016-12-15
    - Fixed issue with $controller->action_for when targeting an action in
      a namespace nested inside the current controller and the current controller
      is a 'root' controller.
    - Enhanced $controller->action_for so that you can reference the 'parent'
      controller via relative path (eg ->action_for('../foo')).
    - Backcompat fix for people that made the mistake of doing $c->{stash}
    - Sort controllers in setup_actions so cross-controller precedence is
      consistent.

OBS-URL: https://build.opensuse.org/request/show/447133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=26
This commit is contained in:
Stephan Kulow
2016-12-21 07:52:14 +00:00
committed by Git OBS Bridge
parent a62914dfed
commit dc43dfccca
5 changed files with 33 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddfc57349704a9f4292e770e055bd0b35e401c8ebaee301611dae04e9f6ca436
size 390187

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebf8a8994c6d7301519996fdca97e4a6611e64187f94235263f474c429a48197
size 391209

View File

@@ -1,13 +0,0 @@
diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm
index 571b120..831d91e 100755
--- a/lib/Catalyst.pm
+++ b/lib/Catalyst.pm
@@ -3039,7 +3039,7 @@ the plugin name does not begin with C<Catalyst::Plugin::>.
() }
: $_
} @$plugins ];
- push @$plugins, $class->_default_plugins;
+ unshift @$plugins, $class->_default_plugins;
$plugins = Data::OptList::mkopt($plugins || []);
my @plugins = map {

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 20 06:08:40 UTC 2016 - coolo@suse.com
- updated to 5.90114
see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
5.90114 - 2016-12-19
- Fixed regression introduced in the last version (5.90113) which caused
application to hang when the action private name contained a string
like 'foo/bar..html'. If you are running 5.90113 you should consider this
a required update.
- Tweaked travis CI script.
-------------------------------------------------------------------
Fri Dec 16 06:08:25 UTC 2016 - coolo@suse.com
- updated to 5.90113
see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
5.90113 - 2016-12-15
- Fixed issue with $controller->action_for when targeting an action in
a namespace nested inside the current controller and the current controller
is a 'root' controller.
- Enhanced $controller->action_for so that you can reference the 'parent'
controller via relative path (eg ->action_for('../foo')).
- Backcompat fix for people that made the mistake of doing $c->{stash}
- Sort controllers in setup_actions so cross-controller precedence is
consistent.
-------------------------------------------------------------------
Tue Jul 26 05:06:52 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Catalyst-Runtime
Version: 5.90112
Version: 5.90114
Release: 0
%define cpan_name Catalyst-Runtime
Summary: The Catalyst Framework Runtime