Accepting request 507675 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/507675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2017-07-11 09:50:11 +00:00
committed by Git OBS Bridge
parent 5f06b4f359
commit a85074ec55
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 3 05:32:18 UTC 2017 - coolo@suse.com
- updated to 2.001001
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.001001 2017-07-12
- fix duplicate type check on invocant:
method foo(T $self: $x) { ... }
# every call to foo() performs T->check($self) twice
- clean up how type errors refer to parameters (now it's
"parameter $N" for non-invocant parameters and "invocant $N" for
invocants (or just "invocant" if there is exactly one))
- rewrite pragma implementation and the way %^H is used
- remove several internal package variables
-------------------------------------------------------------------
Tue May 16 05:47:10 UTC 2017 - coolo@suse.com