libparams-validationcompiler-perl 0.31-1 source package in Ubuntu

Changelog

libparams-validationcompiler-perl (0.31-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.31.
  * Update years of upstream copyright.
  * Update alternative dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 14 Jan 2023 22:07:38 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparams-validationcompiler-perl_0.31-1.dsc 2.8 KiB 4ebf8eb67b88c20cfa710116da367ca7de1620474a66e96825381ec16c6d2f45
libparams-validationcompiler-perl_0.31.orig.tar.gz 50.3 KiB 7b6497173f1b6adb29f5d51d8cf9ec36d2f1219412b4b2410e9d77a901e84a6d
libparams-validationcompiler-perl_0.31-1.debian.tar.xz 5.7 KiB 62f350477cfd5c23db573d7aba9376cb1c8c36079e73343fd820c214735ce320

Available diffs

No changes file available.

Binary packages built by this source

libparams-validationcompiler-perl: module to build an optimized subroutine parameter validator

 Params::ValidationCompiler creates a customized, highly efficient parameter
 checking subroutine. It can handle named or positional parameters, and can
 return the parameters as key/value pairs or a list of values.
 .
 In addition to type checks, it also supports parameter defaults, optional
 parameters, and extra "slurpy" parameters.
 .
 A parameter specification can be provided as either an arrayref (which expects
 positional params) or a hashref (which expects named params). Parameter types
 can be specified as Moose, Type::Tiny or Specio type objects. Parameters can
 be specified as being optional and can be provided with default values.