Automatic update for perl-Function-Parameters-2.2.3-1.eln126.
* Wed Apr 19 2023 Paul Howarth <paul@city-fan.org> - 2.2.3-1
- Update to 2.002003 (rhbz#2188007)
- 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)
- Drop explicit dependency on perl(Moose::Util::TypeConstraints), which is
only required when using this module in conjunction with Moose, and that
would pull in the dependency anyway
Please log in to add feedback.
This update was automatically created
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi