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 +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