Search results for "module:Params::Named"
Params::Named - Map incoming arguments to parameters of the same name.
This module does just one thing - it maps named arguments to a subroutine's lexical parameter variables or, more specifically, any lexical variables passed into "MAPARGS". Named parameters are exactly the same as a flattened hash in that they provide...
BROQ/Params-Named-1.0.2 - 03 Nov 2005 13:33:08 UTC
Params::Style - Perl module to allow named parameters in perl_style or javaStyle
Functional Interface perl_style_params "<params>" Converts the keys in "<params>" into perl_style keys "<params<gt"> can be either an array, an array reference or a hash reference The return value as the same type as "<params>": my @params= perl_styl...
MIROD/Params-Style-0.06 - 29 Nov 2005 14:40:15 UTC
Params::Smart - use both positional and named arguments in a subroutine
This module provides "smart" parameter handling for subroutines without having to use a changed syntax or source filters. Features include: * Mixed use of named and positional parameters. * Type checking and coercion through callbacks. * Dyanmic para...
RRWO/Params-Smart-0.08 - 21 Mar 2007 21:12:34 UTC
Params::Registry - Housekeeping for sets of named parameters
The purpose of this module is to handle a great deal of the housekeeping around sets of named parameters and their values, especially as they pertain to web development. Modules like URI::QueryParam and Catalyst will take a URI query string and turn ...
DORIAN/Params-Registry-0.08 - 14 Dec 2017 00:33:32 UTC
Sub::Params - Handle function arguments
Module contains functions helping dealing with parameters. named_or_positional_arguments( args => [], names => [] ) Helps coversion from positional to named arguments. Use it only for minimal transition period, it is not intended for permanent usage....
BARNEY/Sub-Params-1.0.0 - 16 Aug 2018 15:42:01 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
Params::Dry - Simple Global Params Management System which helps you to keep DRY principle
Understanding the main concepts First. If you can use any function as in natural languague - you will use and understand it even after few months. Second. Your lazy life will be easy, and you will reduce a lot of errors if you will have guarancy that...
NEO/Params-Dry-1.2003 - 18 Sep 2014 14:13:14 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
Params::Clean
Basics In its simplest form, the "args" function provided by "Params::Clean" takes a series of names or positions and returns the arguments that correspond to those positions in @_, or that are identified by those names. The values are returned in th...
PLATO/Params-Clean-v0.9.4 - 30 Jan 2008 00:47:32 UTC
Params::Check - A generic input parsing/checking mechanism.
Params::Check is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named. Params::Check can do the following things for you: * Convert all keys to lowercase ...
BINGOS/Params-Check-0.38 - 20 Jun 2013 09:46:19 UTC
MooseX::Params - Subroutine signature declaration via attributes
This module provides an attributes-based interface for parameter processing in Perl 5. For the original rationale see <http://mechanicalrevolution.com/blog/parameter_apocalypse.html>. The proposed interface is based on three cornerstone propositions:...
PSHANGOV/MooseX-Params-0.010 - 03 Feb 2012 17:39:22 UTC
Params::Coerce - Allows your classes to do coercion of parameters
A big part of good API design is that we should be able to be flexible in the ways that we take parameters. Params::Coerce attempts to encourage this, by making it easier to take a variety of different arguments, while adding negligible additional co...
ETHER/Params-Coerce-0.15 - 09 Jan 2021 00:42:20 UTC
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::Callback - Parameter callback base class
Params::Callback provides the interface for callbacks to access parameter hashes Params::CallbackRequest object, and callback metadata, as well as for executing common request actions, such as aborting a callback execution request. There are two ways...
DWHEELER/Params-CallbackRequest-1.20 - 23 Jun 2011 05:47:51 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
Data::Sah::Params - (DEPRECATED) Validate function arguments using Sah schemas
DEPRECATION NOTICE. Deprecated in favor of Params::Sah. Experimental. Currently mixing positional and named parameters not yet supported....
PERLANCAR/Data-Sah-Params-0.005 - 25 Sep 2020 01:26:49 UTC
Compiled::Params::OO - compiled params object oriented.
LNATION/Compiled-Params-OO-1.00
-
23 Mar 2021 14:02:00 UTC
Net::Z3950::UDDI::Config - Configuration for z2uddi
This module parses configuration files for the "Net::Z3950::UDDI" module that implements the guts of "z2uddi", the Z39.50-to-UDDI gateway....
MIRK/Net-Z3950-UDDI-0.04 - 04 May 2010 15:04:09 UTC
Params::Check::Faster - A generic input parsing/checking mechanism. Reimplementation of Params::Check.
Params::Check::Faster is a generic input parsing/checking mechanism. This module is a faster reimplementation of Params::Check. It should be 100% compatible. It might be merged with Params::Check at some point, after its author (kane) has reviewed it...
DAMS/Params-Check-Faster-0.04 - 04 Oct 2015 15:39:26 UTC
Params::CallbackRequest - Functional and object-oriented callback architecture
Params::CallbackRequest provides functional and object-oriented callbacks to method and function parameters. Callbacks may be either code references provided to the "new()" constructor, or methods defined in subclasses of Params::Callback. Callbacks ...
DWHEELER/Params-CallbackRequest-1.20 - 23 Jun 2011 05:47:51 UTC