Automatic update to v2.2.6 (2.002006)

This commit is contained in:
2025-08-22 21:33:43 +00:00
parent 07919811c7
commit 59d1ca450c
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 22 21:33:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.2.6 (2.002006)
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.002006 2025-08-16
- Fix a parse-time memory leak with undef or default initializers
('fun ($x = undef)' or 'fun ($ =)'). This leak mostly manifests as
noise from memory checkers because non-leaked ops aren't freed
anyway while perl is still running.
- Update bugtracker info in README.
-------------------------------------------------------------------
Wed Jan 22 21:21:22 UTC 2025 - Tina Müller <timueller+perl@suse.de>