Dominique Leuenberger 2021-05-12 17:32:49 +00:00 committed by Git OBS Bridge
commit 090f7ed17f
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ad4732dd8d7a0423a7d920503d1fc6400cff4f9bdf332c6d790ef60205cb309
size 43432

View File

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

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>

View File

@ -18,7 +18,7 @@
%define cpan_name Syntax-Keyword-Try
Name: perl-Syntax-Keyword-Try
Version: 0.23
Version: 0.24
Release: 0
Summary: C<try/catch/finally> syntax for perl
License: Artistic-1.0 OR GPL-1.0-or-later
@ -43,6 +43,13 @@ also serves to contain a number of code examples for how to implement
parser plugins and manipulate optrees to provide new syntax and behaviours
for perl code.
Syntax similar to this module has now been added to core perl, starting at
development version 5.33.7, and is expected to become generally available
when perl 5.34 is released. If you are writing new code, it is suggested
that you instead use the Feature::Compat::Try module instead, as that will
enable the core feature on those supported perl versions, falling back to
'Syntax::Keyword::Try' on older perls.
%prep
%autosetup -n %{cpan_name}-%{version}