The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Params::Validate"

Params::Validate - Validate method/function parameters River stage four • 368 direct dependents • 2904 total dependents

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. River stage one • 1 direct dependent • 1 total dependent

SAMB/Params-Validate-Array-0.03 - 15 Mar 2014 04:58:59 UTC

Params::Validate::Dummy - Stub for Params::Validate River stage one • 4 direct dependents • 7 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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

MooseX::Params::Validate - an extension of Params::Validate using Moose's types River stage two • 66 direct dependents • 93 total dependents

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

MouseX::Params::Validate - Extension of Params::Validate using Mouse's types. River stage zero No dependents

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 River stage one • 3 direct dependents • 3 total dependents

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

Attribute::Params::Validate - Define validation through subroutine attributes River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

Extends Params::Validate to make it easy to validate that you have been passed the correct combinations of parameters....

DCANTRELL/Params-Validate-Dependencies-2.00 - 24 Jan 2024 23:45:35 UTC

Params::Validate::Checks::Integer - Params::Validate checks for functions taking integer arguments River stage zero No dependents

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 - validate that either all or none of a list of params are present River stage zero No dependents

DCANTRELL/Params-Validate-Dependencies-all_or_none_of-1.02 - 29 Jan 2024 21:14:18 UTC

lib/Params/Validate/PP.pm River stage four • 368 direct dependents • 2904 total dependents

DROLSKY/Params-Validate-1.31 - 22 Oct 2022 17:16:19 UTC

lib/Params/Validate/XS.pm River stage four • 368 direct dependents • 2904 total dependents

DROLSKY/Params-Validate-1.31 - 22 Oct 2022 17:16:19 UTC

lib/Params/Validate/Dependencies/Documenter.pm River stage one • 1 direct dependent • 1 total dependent

DCANTRELL/Params-Validate-Dependencies-2.00 - 24 Jan 2024 23:45:35 UTC

lib/Params/Validate/Constants.pm River stage four • 368 direct dependents • 2904 total dependents

DROLSKY/Params-Validate-1.31 - 22 Oct 2022 17:16:19 UTC

MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint - Exception thrown when a type constraint check fails River stage two • 66 direct dependents • 93 total dependents

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage four • 906 direct dependents • 2558 total dependents

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
36 results (0.033 seconds)