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:
Tina Müller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9815affcd536c5ad40f1e7674876439399d4be6411daa00c80bcd77a61f48cb0
size 37019

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ad4732dd8d7a0423a7d920503d1fc6400cff4f9bdf332c6d790ef60205cb309
size 43432

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>

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