Search results for "module:Params::Validate"
Params::Validate - Validate method/function parameters
I would recommend you consider using Params::ValidationCompiler instead. That module, despite being pure Perl, is *significantly* faster than this one, at the cost of having to adopt a type system such as Specio, Type::Tiny, or the one shipped with M...
DROLSKY/Params-Validate-1.31 - 22 Oct 2022 17:16:19 UTC
Params::Validate::Array - provide an alternative version of Param::Validate's validate() function which will return parameters as a list.
SAMB/Params-Validate-Array-0.03
-
15 Mar 2014 04:58:59 UTC
Params::Validate::Dummy - Stub for Params::Validate
This module provides stub routines for those who don't have Params::Validate installed. For more details, please refer to the documentation for Params::Validate. The code here is just stub routines which do NOTHING at all, passing through any argumen...
IVORW/Module-Optional-0.03 - 19 May 2008 21:47:27 UTC
Params::Validate::Micro - Validate parameters concisely
Params::Validate::Micro allows you to concisely represent a list of arguments, their types, and whether or not they are required. Nothing is exported by default. Use ":all" or the specific function name you want....
HDP/Params-Validate-Micro-0.032 - 11 Oct 2007 20:29:26 UTC
MouseX::Params::Validate - Extension of Params::Validate using Mouse's types.
Method parameter validation extension to Mouse. Borrowed code entirely from MooseX::Params::Validate and stripped Moose footprints....
MANWAR/MouseX-Params-Validate-0.10 - 30 Nov 2016 15:22:29 UTC
Params::Validate::Checks - Named checks for use with Params::Validate
Params::Validate lets you precisely specify what are valid arguments to your functions and methods, helping to catch errors sooner and make your programs more robust. But if multiple parameters (in either the same or different subs) have the same spe...
SMYLERS/Params-Validate-Checks-0.01 - 10 Feb 2008 23:39:26 UTC
MooseX::Params::Validate - an extension of Params::Validate using Moose's types
This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should not be considered the "official" one by any means though. You might also want to explore "MooseX::Method::Signatur...
DROLSKY/MooseX-Params-Validate-0.21 - 08 Feb 2015 17:17:33 UTC
Attribute::Params::Validate - Define validation through subroutine attributes
This module is currently unmaintained. I do not recommend using it. It is a failed experiment. If you would like to take over maintenance of this module, please contact me at autarch@urth.org. The Attribute::Params::Validate module allows you to vali...
DROLSKY/Attribute-Params-Validate-1.21 - 18 Jul 2015 15:39:40 UTC
Params::Validate::Aggregated - separate aggregated parameters for functions
When a function passes named parameters through to other functions, it can be tedious work to separate out parameters specific to each function. Params::Validate::Aggregated::pv_disagg simplifies this, separating out parameter sets from an input list...
DJERIUS/Params-Validate-Aggregated-0.05 - 28 Jan 2011 17:06:52 UTC
Params::Validate::Checks::Net - Params::Validate checks for functions taking network-related arguments
This is a library of named checks for use with Params::Validate to validate function and method arguments that should be networky things: domain names, hostnames, IP addresses, or mac addresses. See Params::Validate::Checks for details of the overall...
SMYLERS/Params-Validate-Checks-Net-0.01 - 10 Feb 2008 23:40:53 UTC
Params::Validate::Dependencies - check that the right combination of arguments is passed to a function
Extends Params::Validate to make it easy to validate that you have been passed the correct combinations of parameters....
DCANTRELL/Params-Validate-Dependencies-1.41 - 23 Apr 2023 15:48:21 UTC
Params::Validate::Checks::Integer - Params::Validate checks for functions taking integer arguments
This is a library of named checks for use with Params::Validate to validate all integers and those that should be non-negative. See Params::Validate::Checks for in-built validation of positive (non-zero) integers. Checks The following named checks ar...
STEPHENCA/Params-Validate-Checks-Integer-0.01 - 09 Mar 2011 11:42:18 UTC
Params::Validate::Dependencies::all_or_none_of
An extension for Params::Validate::Dependencies to validate that either all of or none of a list of params are present....
DCANTRELL/Params-Validate-Dependencies-all_or_none_of-1.01 - 21 Mar 2015 01:13:35 UTC
lib/Params/Validate/Dependencies/Documenter.pm
DCANTRELL/Params-Validate-Dependencies-1.41
-
23 Apr 2023 15:48:21 UTC
MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint - Exception thrown when a type constraint check fails
This class provides information about type constraint failures....
DROLSKY/MooseX-Params-Validate-0.21 - 08 Feb 2015 17:17:33 UTC
Params::Sah - Validate method/function parameters using Sah schemas
This module provides a way for functions to validate their parameters using Sah schemas....
PERLANCAR/Params-Sah-0.073 - 25 Dec 2021 00:05:55 UTC
Type::Params - sub signature validation using Type::Tiny type constraints and coercions
This documents the details of the Type::Params package. Type::Tiny::Manual is a better starting place if you're new. Type::Params uses Type::Tiny constraints to validate the parameters to a sub. It takes the slightly unorthodox approach of separating...
TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC