From 142df1ca351a6cf7a1597639dc2580189374a1d6663e9c70d098e728dd770ed7 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 20 Apr 2023 12:46:43 +0000 Subject: [PATCH] Accepting request 1080812 from devel:languages:perl:autoupdate - updated to 2.002003 see /usr/share/doc/packages/perl-Function-Parameters/Changes 2.002003 2023-04-19 - Fix line numbers after inlined type checks (gh #42). Previously, the code for type checks was inlined literally, so if a particular check took 5 lines of code, all the following line numbers in the source file would be off by 5 (they would be "pushed down" by the interpolated code). These bad line numbers would show up in error messages from Perl (including warn and die) as well as __LINE__ and caller (and thus stack traces). OBS-URL: https://build.opensuse.org/request/show/1080812 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=18 --- Function-Parameters-2.002002.tar.gz | 3 --- Function-Parameters-2.002003.tar.gz | 3 +++ perl-Function-Parameters.changes | 15 +++++++++++++++ perl-Function-Parameters.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Function-Parameters-2.002002.tar.gz create mode 100644 Function-Parameters-2.002003.tar.gz diff --git a/Function-Parameters-2.002002.tar.gz b/Function-Parameters-2.002002.tar.gz deleted file mode 100644 index 0aeb993..0000000 --- a/Function-Parameters-2.002002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d081708705273ba872079e24283a9c619aa136869ba95420a816e207c2ed3df3 -size 70848 diff --git a/Function-Parameters-2.002003.tar.gz b/Function-Parameters-2.002003.tar.gz new file mode 100644 index 0000000..39d60dd --- /dev/null +++ b/Function-Parameters-2.002003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53513c31e8ebc31c0551b6a04444b1489a62a07fde04e4b0dd59a662e009432d +size 72607 diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index 0301bcd..8f1bea6 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 20 03:07:20 UTC 2023 - Tina Müller + +- updated to 2.002003 + see /usr/share/doc/packages/perl-Function-Parameters/Changes + + 2.002003 2023-04-19 + - Fix line numbers after inlined type checks (gh #42). + Previously, the code for type checks was inlined literally, so if a + particular check took 5 lines of code, all the following line + numbers in the source file would be off by 5 (they would be "pushed + down" by the interpolated code). These bad line numbers would show + up in error messages from Perl (including warn and die) as well as + __LINE__ and caller (and thus stack traces). + ------------------------------------------------------------------- Sun Apr 2 03:06:41 UTC 2023 - Tina Müller diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index 0121cb3..0828275 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -18,7 +18,7 @@ %define cpan_name Function-Parameters Name: perl-Function-Parameters -Version: 2.002002 +Version: 2.002003 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Define functions and methods with parameter lists ("subroutine signatures")