8
0

Accepting request 892396 from devel:languages:perl:autoupdate

- updated to 0.24
   see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
  0.24    2021-05-10
          [CHANGES]
           * Deprecate the `try do { ... }` (experimental) syntax now that
             try-in-do works reliably. It will be removed soon because it gets
             in the way of converting the parser logic to XS::Parse::Keyword
           * Add documentation about the core `use feature 'try'` and
             Feature::Compat::Try module
           * Added an initial attempt at B::Deparse logic

OBS-URL: https://build.opensuse.org/request/show/892396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=22
This commit is contained in:
Lars Vogdt
2021-05-12 15:02:06 +00:00
committed by Git OBS Bridge
parent fb081d23da
commit fcf86dd122
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 11 03:07:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.24
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.24 2021-05-10
[CHANGES]
* Deprecate the `try do { ... }` (experimental) syntax now that
try-in-do works reliably. It will be removed soon because it gets
in the way of converting the parser logic to XS::Parse::Keyword
* Add documentation about the core `use feature 'try'` and
Feature::Compat::Try module
* Added an initial attempt at B::Deparse logic
-------------------------------------------------------------------
Sun Mar 28 03:07:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>