Accepting request 892523 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/892523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Syntax-Keyword-Try?expand=0&rev=11
This commit is contained in:
commit
090f7ed17f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ad4732dd8d7a0423a7d920503d1fc6400cff4f9bdf332c6d790ef60205cb309
|
|
||||||
size 43432
|
|
3
Syntax-Keyword-Try-0.24.tar.gz
Normal file
3
Syntax-Keyword-Try-0.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2f1d4df6ccfac2f17690b08c88dd6929cf4a7516a1d8f5e1c01043bf53ce3a2
|
||||||
|
size 46971
|
@ -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>
|
Sun Mar 28 03:07:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Syntax-Keyword-Try
|
%define cpan_name Syntax-Keyword-Try
|
||||||
Name: perl-Syntax-Keyword-Try
|
Name: perl-Syntax-Keyword-Try
|
||||||
Version: 0.23
|
Version: 0.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C<try/catch/finally> syntax for perl
|
Summary: C<try/catch/finally> syntax for perl
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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
|
parser plugins and manipulate optrees to provide new syntax and behaviours
|
||||||
for perl code.
|
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
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user