8
0

Accepting request 882132 from devel:languages:perl:autoupdate

- updated to 0.23
   see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
  0.23    2021-03-27
          [CHANGES]
           * Unit tests and documentation of the handling of the final-value
             semantics of `do { try ... }`
           * Also mention core's `feature 'try'` in documentation
           * Gives notice that the experimental 'try_value' feature is now
             discouraged and will eventually be removed
  0.22    2021-03-26
          [CHANGES]
           * Preserve wantarray context within the try {} block (RT133616)
           * List-context `try do {}` now works fine as well
           * Apply unit-testing for RT134790

OBS-URL: https://build.opensuse.org/request/show/882132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=20
This commit is contained in:
2021-04-09 15:41:31 +00:00
committed by Git OBS Bridge
parent 095c8d4aa6
commit fb081d23da
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Mar 28 03:07:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.23
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.23 2021-03-27
[CHANGES]
* Unit tests and documentation of the handling of the final-value
semantics of `do { try ... }`
* Also mention core's `feature 'try'` in documentation
* Gives notice that the experimental 'try_value' feature is now
discouraged and will eventually be removed
0.22 2021-03-26
[CHANGES]
* Preserve wantarray context within the try {} block (RT133616)
* List-context `try do {}` now works fine as well
* Apply unit-testing for RT134790
-------------------------------------------------------------------
Sat Jan 23 03:09:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>