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

Changelog

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

  * Team upload.
  * Drop debian/tests/pkg-perl/smoke-tests, handled by pkg-perl-
    autopkgtest now.
  * Import upstream version 0.24.
  * Declare compliance with Debian Policy 4.0.0.
  * Change order of alternative build dependencies.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 23:51:46 -0400

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparams-validationcompiler-perl_0.24-1.dsc 2.6 KiB 034c351850e50ba4048cf399dc73755f8b2e2f09c6f09ffb7c62f1be43506658
libparams-validationcompiler-perl_0.24.orig.tar.gz 42.4 KiB a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287
libparams-validationcompiler-perl_0.24-1.debian.tar.xz 5.2 KiB 1747a12bb61d1209ee40a0b27a3454fbb410337be2f123706e9e831c7d4a55e7

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.