Accepting request 360441 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/360441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=43
This commit is contained in:
parent
def1243b25
commit
ab0a611f55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4b78e7ce75c4fd49e9460d31ce6a3920e25ec72669762356c6cc5ea43e18175
|
|
||||||
size 123943
|
|
3
Params-Validate-1.22.tar.gz
Normal file
3
Params-Validate-1.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5
|
||||||
|
size 125866
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 19 10:44:48 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.22
|
||||||
|
see /usr/share/doc/packages/perl-Params-Validate/Changes
|
||||||
|
|
||||||
|
1.22 2016-02-13
|
||||||
|
|
||||||
|
- Fixed a bug when a callback failed but did not die. The resulting error
|
||||||
|
message had a pointless colon in it. Reported by Slaven Rezic. RT #111036.
|
||||||
|
|
||||||
|
- Made the pure Perl version use Carp's croak rather than confess. The XS
|
||||||
|
version has never included a stack trace in errors. You can use the on_fail
|
||||||
|
setting to get a stack trace if you prefer. Reported by Slaven Rezic. RT
|
||||||
|
#111036.
|
||||||
|
|
||||||
|
- The pure Perl code now uses "(unknown)" when it cannot determine the sub
|
||||||
|
that failed, instead of "N/A". Reported by Slaven Rezic. RT #111036.
|
||||||
|
|
||||||
|
- Documented the PARAMS_VALIDATE_IMPLEMENTATION environment
|
||||||
|
variable. Requested by Slaven Rezic. RT #111035.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 19 09:09:30 UTC 2015 - coolo@suse.com
|
Sun Jul 19 09:09:30 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Params-Validate
|
# spec file for package perl-Params-Validate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Params-Validate
|
Name: perl-Params-Validate
|
||||||
Version: 1.21
|
Version: 1.22
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Params-Validate
|
%define cpan_name Params-Validate
|
||||||
Summary: Validate method/function parameters
|
Summary: Validate method/function parameters
|
||||||
@ -29,11 +29,13 @@ Source1: cpanspec.yml
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(JSON::PP) >= 2.27300
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(Module::Implementation)
|
BuildRequires: perl(Module::Implementation)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
|
Requires: perl(JSON::PP) >= 2.27300
|
||||||
Requires: perl(Module::Implementation)
|
Requires: perl(Module::Implementation)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user