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:
committed by
Git OBS Bridge
parent
39f05fc435
commit
0c35834c14
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user