Accepting request 503546 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/503546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=57
This commit is contained in:
Stephan Kulow 2017-06-20 06:33:05 +00:00 committed by Git OBS Bridge
parent cb8baf97d9
commit 4236d613ad
4 changed files with 23 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 14 06:05:11 UTC 2017 - coolo@suse.com
- updated to 1.29
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.29 2017-06-11
- Fixes for MSVC compilation. Patch by Andy Grundman. PR #15.
-------------------------------------------------------------------
Sat May 6 06:19:49 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Params-Validate
Version: 1.28
Version: 1.29
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters
@ -38,10 +38,15 @@ Requires: perl(Module::Implementation)
%{perl_requires}
%description
The Params::Validate module allows you to validate method or function call
parameters to an arbitrary level of specificity. At the simplest level, it
is capable of validating the required parameters were given and that no
unspecified additional parameters were passed in.
*I would recommend you consider using Params::ValidationCompiler instead.
That module, despite being pure Perl, is _significantly_ faster than this
one, at the cost of having to adopt a type system such as Specio,
Type::Tiny, or the one shipped with Moose*.
This module allows you to validate method or function call parameters to an
arbitrary level of specificity. At the simplest level, it is capable of
validating the required parameters were given and that no unspecified
additional parameters were passed in.
It is also capable of determining that a parameter is of a specific type,
that it is an object of a certain class hierarchy, that it possesses