forked from pool/perl-Syntax-Keyword-Try
Accepting request 818501 from devel:languages:perl:autoupdate
- updated to 0.13 see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes 0.13 2020-06-29 [BUGFIXES] * Pack correct MANIFEST to include hax/ files 0.12 2020-06-29 [CHANGES] * Optional and experimental allocation of a new lexical under `catch my $VAR` syntax (RT130702). However, this syntax may not survive long, as part of the ongoing typed catch design work. [BUGFIXES] * Work around perl versions prior to 5.22 built with -DDEBUGGING getting upset about new*OP() being invoked with OP_CUSTOM (RT128562) OBS-URL: https://build.opensuse.org/request/show/818501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Syntax-Keyword-Try
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: perl-Syntax-Keyword-Try
|
||||
Version: 0.11
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
%define cpan_name Syntax-Keyword-Try
|
||||
Summary: C<try/catch/finally> syntax for perl
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Reference in New Issue
Block a user