diff --git a/Params-ValidationCompiler-0.27.tar.gz b/Params-ValidationCompiler-0.27.tar.gz deleted file mode 100644 index 473a645..0000000 --- a/Params-ValidationCompiler-0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50a99968359d430e34ea8a12e7f08a669ffd34a3dae4d8ea9ca076c1100af9b2 -size 45214 diff --git a/Params-ValidationCompiler-0.30.tar.gz b/Params-ValidationCompiler-0.30.tar.gz new file mode 100644 index 0000000..8899f96 --- /dev/null +++ b/Params-ValidationCompiler-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb +size 49796 diff --git a/perl-Params-ValidationCompiler.changes b/perl-Params-ValidationCompiler.changes index ab62b42..9444434 100644 --- a/perl-Params-ValidationCompiler.changes +++ b/perl-Params-ValidationCompiler.changes @@ -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 diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec index 9a81c8b..805fa76 100644 --- a/perl-Params-ValidationCompiler.spec +++ b/perl-Params-ValidationCompiler.spec @@ -17,7 +17,7 @@ Name: perl-Params-ValidationCompiler -Version: 0.27 +Version: 0.30 Release: 0 %define cpan_name Params-ValidationCompiler 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(Exception::Class) Requires: perl(List::Util) >= 1.29 +Recommends: perl(Class::XSAccessor) Recommends: perl(Sub::Util) >= 1.40 %{perl_requires} @@ -70,7 +71,7 @@ parameters, and extra "slurpy" parameters. %files -f %{name}.files %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 %changelog