8
0

Accepting request 914273 from devel:languages:perl:autoupdate

- updated to 0.25
   see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
  0.25    2021-06-01
          [CHANGES]
           * Rewrite parsing logic to use XS::Parse::Keyword 0.06
           * Removed the new-deprecated `try do { ... }` experimental syntax
           * Updated docs now that 5.34 is officially released, including
             `use feature 'try'`.

OBS-URL: https://build.opensuse.org/request/show/914273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=24
This commit is contained in:
2021-08-31 09:30:31 +00:00
committed by Git OBS Bridge
parent fcf86dd122
commit 578e1613a8
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 2 03:07:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.25
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.25 2021-06-01
[CHANGES]
* Rewrite parsing logic to use XS::Parse::Keyword 0.06
* Removed the new-deprecated `try do { ... }` experimental syntax
* Updated docs now that 5.34 is officially released, including
`use feature 'try'`.
-------------------------------------------------------------------
Tue May 11 03:07:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>