Accepting request 314314 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/314314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2015-06-30 08:19:09 +00:00 committed by Git OBS Bridge
commit 5ca3ac2175
4 changed files with 26 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jun 29 01:27:01 UTC 2015 - coolo@suse.com
- updated to 1.20
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.20 2015-06-28
- Fixed a bug with stack handling in the XS code. If a callback sub caused
Perl to reallocate the stack this could trigger weird errors of the form
"Bizarre copy of ARRAY" from Perl itself. Fixed by Noel Maddy. GH #5.
- Fixed use of inlining in the XS code to work when "gcc -std=c89" is
specified. Fixed by Vincent Pit. GH #6.
- Previously, Params::Validate would eagerly stringify all values it was
validating, even though this stringification was only needed for error
messages that are used when a parameter fails. For objects which overload
stringification and do real work, this added an unnecessary
slowdown. Stringification is now delayed until it is needed. Reported by
Klaus. RT #105326.
-------------------------------------------------------------------
Sun Jun 14 08:29:04 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Params-Validate
Version: 1.19
Version: 1.20
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters