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

@@ -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