Page MenuHomeSolus

Update perl-params-validationcompiler to 0.30
ClosedPublic

Authored by simniotiqu on Aug 4 2018, 10:28 AM.
Tags
None
Referenced Files
F10993136: D3498.diff
Tue, Jul 25, 3:42 PM
F10973358: D3498.diff
Fri, Jul 21, 7:47 PM
F10945682: D3498.id8601.diff
Sat, Jul 15, 5:18 AM
F10944987: D3498.id8597.diff
Sat, Jul 15, 2:15 AM
F10896431: D3498.diff
Jul 2 2023, 12:09 AM
F10734333: D3498.diff
May 12 2023, 4:53 AM
F10693959: D3498.id.diff
Apr 25 2023, 8:45 AM
Subscribers
None

Details

Summary
  • 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.
  • Make Class::XSAccessor a recommended dep, not a required one.
  • Tweaked the POD formatting so that the table of contents generated by MetaCPAN is more useful.
  • Added rundeps and removed dependencies already in core perl

Depends on D3496 and D3497

Test Plan

Passed the make tests. Installed and ran biber test plan

Diff Detail

Repository
R2391 perl-params-validationcompiler
Lint
Lint Not Applicable
Unit
Tests Not Applicable