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

@@ -18,7 +18,7 @@
%define cpan_name Syntax-Keyword-Try
Name: perl-Syntax-Keyword-Try
Version: 0.21
Version: 0.23
Release: 0
Summary: C<try/catch/finally> syntax for perl
License: Artistic-1.0 OR GPL-1.0-or-later