Accepting request 488878 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/488878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2017-04-18 08:05:15 +00:00
committed by Git OBS Bridge
parent 0c35834c14
commit 2d0c3cc8af
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 17 05:42:26 UTC 2017 - coolo@suse.com
- updated to 2.000006
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.000006 2017-04-16
- work around core bug #129090 / #131146 in perl 5.22 and 5.24:
perl -e 'use Function::Parameters; \&f; fun f() { eval "" }' hangs
in the compiler (also happens with perl -d or Devel::Cover instead
of eval) (gh #29)
-------------------------------------------------------------------
Sat Apr 1 05:44:14 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Function-Parameters
Version: 2.000003
Version: 2.000006
Release: 0
%define cpan_name Function-Parameters
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")
@@ -32,6 +32,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Dir::Self)
BuildRequires: perl(Hash::Util) >= 0.07
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Pod) >= 1.22
%{perl_requires}
%description
@@ -63,6 +64,6 @@ plugin API in order to work reliably without requiring a source filter.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Makefile_PL_settings README
%doc Changes Makefile_PL_settings.plx README
%changelog