8
0

Accepting request 545036 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/545036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-ValidationCompiler?expand=0&rev=4
This commit is contained in:
2017-12-06 14:33:38 +00:00
committed by Git OBS Bridge
parent 413a92c452
commit 3c15bf9625
4 changed files with 21 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Nov 24 06:51:58 UTC 2017 - coolo@suse.com
- updated to 0.25
see /usr/share/doc/packages/perl-Params-ValidationCompiler/Changes
0.25 2017-11-23
- All exceptions now include a stack trace by default when treated as a
string. This makes finding where validation failed a lot easier. Fixes GH
#18.
- The name for a subroutine is now used in some exception messages, even if
Sub::Util cannot be installed.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 31 06:24:45 UTC 2017 - coolo@suse.com Wed May 31 06:24:45 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Params-ValidationCompiler Name: perl-Params-ValidationCompiler
Version: 0.24 Version: 0.25
Release: 0 Release: 0
%define cpan_name Params-ValidationCompiler %define cpan_name Params-ValidationCompiler
Summary: Build an optimized subroutine parameter validator once, use it forever Summary: Build an optimized subroutine parameter validator once, use it forever
@@ -34,9 +34,9 @@ BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Exception::Class) BuildRequires: perl(Exception::Class)
BuildRequires: perl(List::Util) >= 1.29 BuildRequires: perl(List::Util) >= 1.29
BuildRequires: perl(Specio) >= 0.14 BuildRequires: perl(Specio) >= 0.14
BuildRequires: perl(Test2::Bundle::Extended)
BuildRequires: perl(Test2::Plugin::NoWarnings) BuildRequires: perl(Test2::Plugin::NoWarnings)
BuildRequires: perl(Test2::Require::Module) BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::More) >= 1.302015 BuildRequires: perl(Test::More) >= 1.302015
BuildRequires: perl(Test::Without::Module) BuildRequires: perl(Test::Without::Module)
Requires: perl(Eval::Closure) Requires: perl(Eval::Closure)
@@ -70,7 +70,7 @@ parameters, and extra "slurpy" parameters.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md test-matrix.als %doc appveyor.yml Changes CONTRIBUTING.md README.md test-matrix.als
%license LICENSE %license LICENSE
%changelog %changelog