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
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user