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:
committed by
Git OBS Bridge
parent
5f06b4f359
commit
a85074ec55
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c239bd48246e79647d788af102bba696eb82acb1a810535b881cbfa5fbed7bf
|
|
||||||
size 87719
|
|
3
Function-Parameters-2.001001.tar.gz
Normal file
3
Function-Parameters-2.001001.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9130c7cddd4cf20c0c647c7500eb57c1b0f7129a82884d50c8f4913fb06d1dea
|
||||||
|
size 89760
|
@@ -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
|
Tue May 16 05:47:10 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Function-Parameters
|
Name: perl-Function-Parameters
|
||||||
Version: 2.000007
|
Version: 2.001001
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Function-Parameters
|
%define cpan_name Function-Parameters
|
||||||
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")
|
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")
|
||||||
|
Reference in New Issue
Block a user