diff --git a/Function-Parameters-2.000003.tar.gz b/Function-Parameters-2.000003.tar.gz deleted file mode 100644 index 85556ce..0000000 --- a/Function-Parameters-2.000003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f76d2bf9d7dfe861cb45bd36935bd1f4427c6e8d9d0664e7c6aba871143a66ea -size 87239 diff --git a/Function-Parameters-2.000006.tar.gz b/Function-Parameters-2.000006.tar.gz new file mode 100644 index 0000000..bb67869 --- /dev/null +++ b/Function-Parameters-2.000006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7416caba0d7e10fbd51dd7f921843322e93de3b5efe551bc168ea7bad4c457 +size 87585 diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index caed93d..e0252cf 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -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 diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index ddeed91..cf4124b 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -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