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

Search results for "module:Function::Parameters"

Function::Parameters - define functions and methods with parameter lists ("subroutine signatures") River stage three • 47 direct dependents • 187 total dependents

This module provides two new keywords, "fun" and "method", for defining functions and methods with parameter lists. At minimum this saves you from having to unpack @_ manually, but this module can do much more for you. The parameter lists provided by...

MAUKE/Function-Parameters-2.002004 - 15 Jul 2023 03:59:55 UTC

Function::Parameters::Info - Information about parameter lists River stage three • 47 direct dependents • 187 total dependents

"Function::Parameters::info" returns objects of this class to describe parameter lists of functions. See below for "Parameter Objects". The following methods are available: $info->invocants Returns a list of parameter objects for the variables into w...

MAUKE/Function-Parameters-2.002004 - 15 Jul 2023 03:59:55 UTC

MooseX::Function::Parameters River stage zero No dependents

A lightweight wrapper around Function::Parameters which provides fun and method subroutine keywords which integrate with the Moose type system. Designed to be compatible with Function::Parameters version 1, where newer versions of Function::Parameter...

ROBFARR/MooseX-Function-Parameters-0.01 - 03 Jan 2020 19:49:47 UTC

lib/AI/MXNet/Function/Parameters.pm River stage one • 2 direct dependents • 2 total dependents

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC

Cfn - An object model for CloudFormation documents River stage one • 1 direct dependent • 2 total dependents

This module helps parse, manipulate, validate and generate CloudFormation documents in JSON and YAML formats (see stability section for more information on YAML). It creates an object model of a CloudFormation template so you can work with the docume...

JLMARTIN/Cfn-0.14 - 07 May 2021 09:10:03 UTC

Function::Return - specify a function return type River stage one • 1 direct dependent • 1 total dependent

Function::Return allows you to specify a return type for your functions. SUPPORT This module supports all perl versions starting from v5.14. IMPORT OPTIONS no_check You can switch off type check. If you change globally, use "<$ENV{FUNCTION_RETURN_NO_...

KFLY/Function-Return-0.15 - 26 Mar 2023 05:32:23 UTC

Getopt::Function - provide mixed options with help information River stage zero No dependents

The aim of this module is to make it easy to provide sophisticated and complex interfaces to commands in a simple to use and clear manner with proper help facilities. It is designed to do this by making it possible to write the options, with document...

MIKEDLR/Getopt-Function-0.017 - 19 Nov 2001 21:55:57 UTC

Alzabo::SQLMaker - Alzabo base class for RDBMS drivers River stage one • 2 direct dependents • 3 total dependents

This is the base class for all Alzabo::SQLMaker modules. To instantiate a driver call this class's "new" method. See "SUBCLASSING Alzabo::SQLMaker" for information on how to make a driver for the RDBMS of your choice....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Function::Interface - declare typed interface package River stage zero No dependents

This module provides a typed interface. "Function::Interface" declares abstract functions without implementation and defines an interface package. "Function::Interface::Impl" checks if the abstract functions are implemented at compile time. SUPPORT T...

KFLY/Function-Interface-0.06 - 19 Jun 2019 15:29:48 UTC

RPC::XML::Procedure - Object encapsulation of server-side RPC procedures River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::Procedure package is designed primarily for behind-the-scenes use by the RPC::XML::Server class and any subclasses of it. It is documented here in case a project chooses to sub-class it for their purposes (which would require setting th...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

RDF::Core::Function - a package of functions for query language. River stage one • 5 direct dependents • 7 total dependents

When there is a function found while evaluating query, its parameters are evaluated and passed to RDF::Core::Function apropriate piece of code. The code reference is obtained in a hash returned by getFunctions() call. Each function accepts RDF::Core:...

DPOKORNY/RDF-Core-0.51 - 19 Feb 2007 13:30:05 UTC

IO::Async::Function - call a function asynchronously River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Notifier wraps a function body in a collection of worker processes, to allow it to execute independently of the main process. The object acts as a proxy to the function, allowing invocations to be made by passing in argume...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC

Math::Function::Roots - Functions for finding roots of arbitrary functions River stage zero No dependents

Numerical Analysis is the method of using algorithms, often iterative, to approximate the solution to a problem to which finding an exact solution would be difficult. Root Finding Algorithms are used to find the root of functions. They deal with cont...

SJO/Math-Function-Roots-0.065 - 23 Mar 2011 11:44:09 UTC

Wasm::Wasmer::Function - WebAssembly function River stage zero No dependents

This class represents a WebAssembly function: either an exported one or a Perl callback to give to WebAssembly. It is not instantiated directly. This class subclasses Wasm::Wasmer::Extern....

FELIPE/Wasm-Wasmer-0.01 - 21 Dec 2022 17:40:09 UTC

SQL::Statement::Function - abstract base class for all function executing terms River stage two • 21 direct dependents • 78 total dependents

SQL::Statement::Function is an abstract base class providing the interface for all function executing terms....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

Syntax::Feature::Function - Provides a function keyword River stage one • 2 direct dependents • 3 total dependents

This library uses the syntax dispatching mechanism to activate the functionality provided by Function::Parameters. Keyword Naming By default, a "fun" keyword will be provided. There are various ways to change the name and number of function keywords ...

PHAYLON/Syntax-Feature-Function-0.002 - 25 Aug 2012 19:49:51 UTC

Function::Interface::Impl - implements interface package River stage zero No dependents

Function::Interface::Impl is for implementing interface package. This module checks if the abstract functions are implemented at compile time and imports Function::Parameters and Function::Return into the implementing package....

KFLY/Function-Interface-0.06 - 19 Jun 2019 15:29:48 UTC

WebService::XING::Function - XING API Function Class River stage zero No dependents

An object of the "WebService::XING::Function" class represents an abstract description of a XING API function. It is usually created and returned by "function" in WebService::XING....

GRAF/WebService-XING-0.030 - 27 Sep 2012 20:47:20 UTC

lib/Devel/ModInfo/Function.pm River stage one • 1 direct dependent • 1 total dependent

Devel::ModInfo::Function provides the name, description, and parameters for a function in a Perl module. It is not meant to model object-oriented functions (also known as "methods"), which are instead handled by ModInfo::Method....

NEILB/Devel-ModInfo-2.04 - 24 Apr 2014 07:06:22 UTC

Function::Interface::Types - interface types for Type::Tiny River stage zero No dependents

Function::Interface::Types provides type constraints of interface package. The following types are available. ImplOf[`a] "ImplOf['IFoo', 'IBar']" allows objects or packages where implements of interface package 'IFoo' and 'IBar' both return true. Giv...

KFLY/Function-Interface-0.06 - 19 Jun 2019 15:29:48 UTC
25 results (0.034 seconds)