8
0

Accepting request 823973 from devel:languages:perl:autoupdate

- updated to 0.18
   see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
  0.18    2020-08-01
          [CHANGES]
           * De-experiment the `catch ($var)` syntax
  0.17    2020-07-31
          [CHANGES]
           * Ensure that `catch ($var)` does not retain exception value after
             block exit
           * Docs fixes for clarity on experimental status of `catch ($var)`
          [BUGFIXES]
           * Ensure sv_isa_sv is a macro for aTHX on threaded perls

OBS-URL: https://build.opensuse.org/request/show/823973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=14
This commit is contained in:
2020-08-03 12:22:57 +00:00
committed by Git OBS Bridge
parent 5eadbfb6cc
commit cd8724e631
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17fc1f4598cafb7e05a812bca604990997a18eb9d0c838a3e1c6b57e34f59180
size 35293

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24a10e8d6b1c5c1976a54dea2d007c2b60fa3a1e391ee0de0a845d79306a78ec
size 35255

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Aug 2 03:12:52 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.18
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.18 2020-08-01
[CHANGES]
* De-experiment the `catch ($var)` syntax
0.17 2020-07-31
[CHANGES]
* Ensure that `catch ($var)` does not retain exception value after
block exit
* Docs fixes for clarity on experimental status of `catch ($var)`
[BUGFIXES]
* Ensure sv_isa_sv is a macro for aTHX on threaded perls
-------------------------------------------------------------------
Wed Jul 29 03:12:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-Syntax-Keyword-Try
Version: 0.16
Version: 0.18
Release: 0
%define cpan_name Syntax-Keyword-Try
Summary: C<try/catch/finally> syntax for perl