libparams-validationcompiler-perl 0.30-2 source package in Ubuntu
Changelog
libparams-validationcompiler-perl (0.30-2) unstable; urgency=medium [ gregor herrmann ] * debian/copyright: replace tabs with spaces / remove trailing whitespace. * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update standards version to 4.2.1, no changes needed. [ gregor herrmann ] * Update lintian overrides for renamed tags. [ Debian Janitor ] * Remove 1 unused lintian overrides. * Remove constraints unnecessary since buster * Bump debhelper from old 12 to 13. -- Jelmer Vernooij <email address hidden> Sun, 04 Dec 2022 23:35:59 +0000
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libparams-validationcompiler-perl_0.30-2.dsc | 2.4 KiB | e3fc1481de41b9052e194dc4caad0c79701e17d8d673ebbf371da3c7d424232c |
libparams-validationcompiler-perl_0.30.orig.tar.gz | 48.6 KiB | dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb |
libparams-validationcompiler-perl_0.30-2.debian.tar.xz | 5.6 KiB | e3d48ca8171c3c20f2c6a011ea22153359bc6469a0eb35d7935a36b437888c12 |
No changes file available.
Binary packages built by this source
- libparams-validationcompiler-perl: module to build an optimized subroutine parameter validator
Params:
:ValidationComp iler 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.