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 +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