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

Search results for "module:Types::Standard::HashRef"

lib/Types/Standard/HashRef.pm River stage four • 906 direct dependents • 2558 total dependents

TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC

Yukki::Types - standard types for use in Yukki River stage zero No dependents

A standard type library for Yukki....

HANENKAMP/Yukki-0.140290 - 29 Jan 2014 14:29:25 UTC

Types::URI - type constraints and coercions for URIs River stage two • 30 direct dependents • 88 total dependents

Types::URI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides some type constraints broadly compatible with those provided by MooseX::Types::URI, plus a couple of ...

TOBYINK/Types-URI-0.007 - 21 Nov 2019 00:40:15 UTC

Types::Self - provides a "Self" type constraint, referring to the caller class or role River stage zero No dependents

"Self" This module exports a "Self" type constraint which consrtains values to be blessed objects in the same class as the package it was imported into, or blessed objects which consume the role it was imported into. It should do the right thing with...

TOBYINK/Types-Self-0.002 - 07 Jun 2022 07:44:00 UTC

Types::Core - Core types defined as tests and literals (ease of use) River stage one • 1 direct dependent • 1 total dependent

For the most basic functions listed in the Synopsis, they take either 0 or 1 arguments. If 1 parameter, then they test it to see if the "ref" is of the given *type* (blessed or not). If false, *"undef"* is returned, of true, the ref, itself is return...

LAWALSH/Types-Core-0.3.2 - 14 Oct 2021 08:49:42 UTC

Zing::Types - Type Library River stage one • 7 direct dependents • 7 total dependents

This package provides type constraint for the Zing process management system....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC

Types::Const - Types that coerce references to read-only River stage one • 1 direct dependent • 2 total dependents

This is a type library that provides types to coerce read-only hash and array reference attributes to be deeply read-only. See the known issues below for a discussion of side-effects....

RRWO/Types-Const-v0.5.0 - 15 May 2023 18:24:20 UTC

MooseX::Types - Organise your Moose types in libraries River stage four • 365 direct dependents • 1721 total dependents

The type system provided by Moose effectively makes all of its builtin type global, as are any types you declare with Moose. This means that every module that declares a type named "PositiveInt" is sharing the same type object. This can be a problem ...

ETHER/MooseX-Types-0.50 - 07 Feb 2017 19:00:28 UTC

Types::ReadOnly - type constraints and coercions for read-only data structures and locked hashes River stage zero No dependents

This is a type constraint library for write-restricted references. This module is built with Type::Tiny, which means that you can use it with Moo, Mouse, Moose, or none of the above. Type Constraints This library provides the following type constrain...

TOBYINK/Types-ReadOnly-0.003 - 12 Nov 2019 22:13:07 UTC

Types::Standard - bundled set of built-in types for Type::Tiny River stage four • 906 direct dependents • 2558 total dependents

This documents the details of the Types::Standard type library. Type::Tiny::Manual is a better starting place if you're new. Type::Tiny bundles a few types which seem to be useful. Moose-like The following types are similar to those described in Moos...

TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC

Bio::MAGETAB::Types - custom data types for Bio::MAGETAB River stage zero No dependents

This class provides definitions and coercion methods for Bio::MAGETAB data types not included as part of Moose. It is not intended to be used directly, but is instead called by many of the individual MAGE-TAB classes....

TFRAYNER/Bio-MAGETAB-1.31 - 11 Apr 2014 15:00:10 UTC

Types::JsonCoercions - coercions to and from JSON River stage zero No dependents

This module provides coercions to/from JSON for some of the types from Types::Standard. Coercions You can export coercions using: use Types::JsonCoercions -coercions; # or use Types::JsonCoercions qw( ToJSON FromJSON ); And they can be applied to exi...

TOBYINK/Types-JsonCoercions-0.001 - 06 Jun 2022 11:34:59 UTC

MooseX::Types::FakeHash - Types for emulating Hash-like behaviours with ArrayRefs. River stage zero No dependents

KENTNL/MooseX-Types-FakeHash-0.1.2 - 23 Mar 2013 18:09:41 UTC

Coerce::Types::Standard - Coercing River stage one • 2 direct dependents • 6 total dependents

LNATION/Coerce-Types-Standard-0.000008 - 07 Feb 2023 12:00:54 UTC

MooseX::Extended::Types - Keep our type tools organized River stage one • 1 direct dependent • 1 total dependent

A basic set of useful types for "MooseX::Extended", as provided by Type::Tiny. Using these is preferred to using using strings due to runtime versus compile-time failures. For example: # fails at runtime, if ->name is set param name => ( isa => 'str'...

OVID/MooseX-Extended-0.35 - 06 Jun 2023 04:43:25 UTC

Acme::Mitey::Cards::Types - type constraint library River stage zero No dependents

TOBYINK/Acme-Mitey-Cards-0.016 - 10 Nov 2022 15:59:34 UTC

Class::Maker::Types::Array - a sophisticated but slow array class River stage zero No dependents

This an object-oriented array class, which uses a method-oriented interface....

MUENALAN/Class-Maker-0.06 - 31 Dec 2009 13:36:37 UTC

MooseX::Types::MoreUtils - utility methods to apply to Moose type constraints River stage zero No dependents

This module provides a bunch of methods for working with Moose type constraints, which it exposes as lexical coderef variables. (Like Object::Util.) See "Rationale" in Object::Util. Methods The invocants for these methods are type constraints. These ...

TOBYINK/MooseX-Types-MoreUtils-0.002 - 07 Oct 2014 19:41:20 UTC

Search::Typesense::Types - Types and type tools for Search::Typesense River stage zero No dependents

This is an internal package for Search::Typesense. It's probably overkill, but if we want to be more strict later, this gives us the basics....

OVID/Search-Typesense-0.08 - 31 Mar 2021 07:08:02 UTC

MooseX::Types::Structured - Structured Type Constraints for Moose River stage three • 43 direct dependents • 172 total dependents

A structured type constraint is a standard container Moose type constraint, such as an "ArrayRef" or "HashRef", which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure. The generalized form is: Ty...

ETHER/MooseX-Types-Structured-0.36 - 09 May 2017 23:11:58 UTC
26 results (0.055 seconds)