Accepting request 819718 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/819718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Syntax-Keyword-Try?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-07-09 15:44:33 +00:00 committed by Git OBS Bridge
commit 69dbb380ce
4 changed files with 16 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 8 03:09:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.14
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.14 2020-07-07
* Optional experimental syntax of `catch (VAR)` instead of previous
experimental `catch my VAR`
* Mark `catch my VAR` as deprecated
* Added explicit use VERSION declarations to every perl file
-------------------------------------------------------------------
Wed Jul 1 03:13:23 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Syntax-Keyword-Try
Version: 0.13
Version: 0.14
Release: 0
%define cpan_name Syntax-Keyword-Try
Summary: C<try/catch/finally> syntax for perl