Accepting request 884098 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/884098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Syntax-Keyword-Try?expand=0&rev=10
This commit is contained in:
commit
dc27c914a1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9815affcd536c5ad40f1e7674876439399d4be6411daa00c80bcd77a61f48cb0
|
|
||||||
size 37019
|
|
3
Syntax-Keyword-Try-0.23.tar.gz
Normal file
3
Syntax-Keyword-Try-0.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ad4732dd8d7a0423a7d920503d1fc6400cff4f9bdf332c6d790ef60205cb309
|
||||||
|
size 43432
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 28 03:07:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.23
|
||||||
|
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
|
||||||
|
|
||||||
|
0.23 2021-03-27
|
||||||
|
[CHANGES]
|
||||||
|
* Unit tests and documentation of the handling of the final-value
|
||||||
|
semantics of `do { try ... }`
|
||||||
|
* Also mention core's `feature 'try'` in documentation
|
||||||
|
* Gives notice that the experimental 'try_value' feature is now
|
||||||
|
discouraged and will eventually be removed
|
||||||
|
|
||||||
|
0.22 2021-03-26
|
||||||
|
[CHANGES]
|
||||||
|
* Preserve wantarray context within the try {} block (RT133616)
|
||||||
|
* List-context `try do {}` now works fine as well
|
||||||
|
* Apply unit-testing for RT134790
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 23 03:09:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Sat Jan 23 03:09:35 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.21
|
Version: 0.23
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user