- update to 1.06

- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by
  Aaron James Trevena. RT #74742.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=30
This commit is contained in:
Vítězslav Čížek 2012-02-13 14:23:31 +00:00 committed by Git OBS Bridge
parent 9475d67a74
commit 50f25c3e59
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 13 02:34:45 UTC 2012 - vcizek@suse.com
- update to 1.06
- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by
Aaron James Trevena. RT #74742.
-------------------------------------------------------------------
Fri Feb 10 02:34:18 UTC 2012 - vcizek@suse.com

View File

@ -19,7 +19,7 @@
%bcond_with opt
Name: perl-Params-Validate
Version: 1.05
Version: 1.06
Release: 2
License: Artistic-2.0
%define cpan_name Params-Validate
@ -39,9 +39,9 @@ BuildRequires: perl(Readonly::XS)
BuildRequires: perl(Test::Taint) >= 0.02
%endif
BuildRequires: perl(Attribute::Handlers) >= 0.79
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Scalar::Util) >= 1.10
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Module::Implementation)
Requires: perl(Attribute::Handlers) >= 0.79
Requires: perl(Module::Implementation)
Requires: perl(Scalar::Util) >= 1.10