SHA256
6
0
forked from pool/perl

- Update to perl 5.38.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=231
This commit is contained in:
2023-07-19 13:09:31 +00:00
committed by Git OBS Bridge
parent 57515d52b7
commit c993db8956
5 changed files with 93 additions and 90 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 19 14:34:43 CEST 2023 - mls@suse.de
- Update to perl 5.38.0
* new "class" feature
* support for unicode 15.0
* defined-or and logical-or assignment default
expressions in signatures
* optimistic eval in patterns
* readline() no longer clears the stream error and eof flags
* "INIT" blocks no longer run after an "exit()" in "BEGIN"
* utf8::upgrade() keeps the undef value
* deprecation of ' as package name separator
* deprecation of the smart match operator
- Rebase perl-5.36.1.diff to perl-5.38.0.diff
-------------------------------------------------------------------
Thu Jun 1 15:27:36 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>