Accepting request 314304 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/314304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=39
This commit is contained in:
parent
d36bd3f994
commit
99cdcaf73f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf8a4d76a06f02c1e96b85e331ad0acc62d9ac68bce15bfc375bc1f9e59a775c
|
|
||||||
size 126098
|
|
3
Params-Validate-1.20.tar.gz
Normal file
3
Params-Validate-1.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:766cdaf89c515c33f384c1eebd59547cf44f2fec85a11efd5521041af65352e2
|
||||||
|
size 125803
|
@ -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
|
Sun Jun 14 08:29:04 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Params-Validate
|
Name: perl-Params-Validate
|
||||||
Version: 1.19
|
Version: 1.20
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Params-Validate
|
%define cpan_name Params-Validate
|
||||||
Summary: Validate method/function parameters
|
Summary: Validate method/function parameters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user