Accepting request 484287 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/484287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2017-04-06 13:04:20 +00:00
committed by Git OBS Bridge
parent 39f05fc435
commit 0c35834c14
4 changed files with 23 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 1 05:44:14 UTC 2017 - coolo@suse.com
- updated to 2.000003
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.000003 2017-03-31
- fix a bug where method modifiers would inadvertently declare subs
(e.g. 'before foo() {}' acting like 'sub foo;
BEGIN { &before('foo', sub {}) }'), breaking Pkg->can($method) and
thus Class::Method::Modifiers (RT #120804)
- make method modifiers take effect at runtime because otherwise
you'd have to wrap every with()/extends() in a BEGIN block to make
consumed/inherited methods visible to modifiers (RT #120804)
- make method modifiers require a name (what would an anonymous
modifier modify?)
- (hopefully) improve the error message you get for trying to add any
parameters after a slurpy
-------------------------------------------------------------------
Wed Mar 29 05:45:39 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Function-Parameters
Version: 2.000002
Version: 2.000003
Release: 0
%define cpan_name Function-Parameters
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")