8
0

Accepting request 626789 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/626789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-ValidationCompiler?expand=0&rev=9
This commit is contained in:
2018-08-24 11:06:34 +00:00
committed by Git OBS Bridge
parent cc9f57f8c8
commit ad1c180788
4 changed files with 31 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 1 05:48:14 UTC 2018 - coolo@suse.com
- updated to 0.30
see /usr/share/doc/packages/perl-Params-ValidationCompiler/Changes
0.30 2018-07-31
- Tweaked the POD formatting so that the table of contents generated by
MetaCPAN is more useful.
0.29 2018-07-31
- Make Class::XSAccessor a recommended dep, not a required one.
0.28 2018-07-31
- Added a new option for named params, "return_object". This causes the
validation sub to return an object with methods for each param rather than a
hashref. This is a great way to avoid typos in hash keys. This idea (and
some of the implementation) was shamelessly stolen from Toby Inkster's
Type::Params module.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 12 12:15:10 UTC 2018 - coolo@suse.com Mon Feb 12 12:15:10 UTC 2018 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Params-ValidationCompiler Name: perl-Params-ValidationCompiler
Version: 0.27 Version: 0.30
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
@@ -42,6 +42,7 @@ BuildRequires: perl(Test::Without::Module)
Requires: perl(Eval::Closure) Requires: perl(Eval::Closure)
Requires: perl(Exception::Class) Requires: perl(Exception::Class)
Requires: perl(List::Util) >= 1.29 Requires: perl(List::Util) >= 1.29
Recommends: perl(Class::XSAccessor)
Recommends: perl(Sub::Util) >= 1.40 Recommends: perl(Sub::Util) >= 1.40
%{perl_requires} %{perl_requires}
@@ -70,7 +71,7 @@ parameters, and extra "slurpy" parameters.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc appveyor.yml Changes CONTRIBUTING.md README.md test-matrix.als %doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md test-matrix.als
%license LICENSE %license LICENSE
%changelog %changelog