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