Accepting request 68353 from devel:languages:perl
- update to 0.98 - Attribute::Params::Validate's $VERSION regressed in 0.96. It's now manually set to 1.07. - update to 0.97 - The XS version of the code always called Carp::confess, regardless of whether you provided your own on_fail callback. Reported by Scott Bolte. RT #66359. - There were a couple spots that called eval without localizing $@ first. RT #58087. - The parameters for each key validation (can, isa, regex) are now checked, and an error is thrown if any of the keys are not valid. Basically, we validate the validation spec. Based on a patch by Andreas Faafeng. RT #57831. - This module now requires Perl 5.8.1. - Switched to version 2.0 of the Artistic License. OBS-URL: https://build.opensuse.org/request/show/68353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=17
This commit is contained in:
commit
c85b13c0ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:383035853b211c3e5386816b03b4cc653ece72ed8a3e7228d2eb535008de54a9
|
|
||||||
size 84873
|
|
3
Params-Validate-0.98.tar.bz2
Normal file
3
Params-Validate-0.98.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5485049454d72cc7e8748dacb8336200ff34ada172a3501b33f4a9109ac02c14
|
||||||
|
size 86362
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 07:37:31 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
- update to 0.98
|
||||||
|
- Attribute::Params::Validate's $VERSION regressed in 0.96.
|
||||||
|
It's now manually set to 1.07.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 21 12:47:54 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
- update to 0.97
|
||||||
|
- The XS version of the code always called Carp::confess, regardless of
|
||||||
|
whether you provided your own on_fail callback. Reported by Scott Bolte. RT
|
||||||
|
#66359.
|
||||||
|
- There were a couple spots that called eval without localizing $@ first. RT
|
||||||
|
#58087.
|
||||||
|
- The parameters for each key validation (can, isa, regex) are now checked,
|
||||||
|
and an error is thrown if any of the keys are not valid. Basically, we
|
||||||
|
validate the validation spec. Based on a patch by Andreas Faafeng. RT
|
||||||
|
#57831.
|
||||||
|
- This module now requires Perl 5.8.1.
|
||||||
|
- Switched to version 2.0 of the Artistic License.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:34:19 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:34:19 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
Name: perl-Params-Validate
|
Name: perl-Params-Validate
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Validate method/function parameters
|
Summary: Validate method/function parameters
|
||||||
Version: 0.95
|
Version: 0.98
|
||||||
Release: 6
|
Release: 6
|
||||||
License: GPLv2+
|
License: Artistic 2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://search.cpan.org/dist/Params-Validate/
|
Url: http://search.cpan.org/dist/Params-Validate/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user