The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:MooseX-Types PHAYLON"

MooseX::Types - Organise your Moose types in libraries River stage four • 368 direct dependents • 1734 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

MooseX::Types::Base - Type library base class River stage four • 368 direct dependents • 1734 total dependents

You normally won't need to interact with this class by yourself. It is merely a collection of functionality that type libraries need to interact with moose and the rest of the MooseX::Types module....

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

MooseX::Types::Util - Common utility functions for the distribution River stage four • 368 direct dependents • 1734 total dependents

This package the exportable functions that many parts in MooseX::Types might need....

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

MooseX::Types::Moose - Type exports that match the types shipped with Moose River stage four • 368 direct dependents • 1734 total dependents

This package contains a virtual library for MooseX::Types that is able to export all types known to Moose. See MooseX::Types for general usage information....

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

MooseX::Types::Wrapper - Wrap exports from a library River stage four • 368 direct dependents • 1734 total dependents

See "SYNOPSIS" in MooseX::Types for detailed usage....

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

MooseX::Types::Combine - Combine type libraries for exporting River stage four • 368 direct dependents • 1734 total dependents

Allows you to create a single class that will allow you to export types from multiple type libraries: package TransportTypes; use base 'MooseX::Types::Combine'; __PACKAGE__->provide_types_from(qw/ MotorizedTypes UnmotorizedTypes /); 1; In this exampl...

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

MooseX::Types::UndefinedType - a fallback type for when a type cannot be found River stage four • 368 direct dependents • 1734 total dependents

Whenever a type handle function (e.g. "Int()" can't find a type constraint under its full name, it assumes it has not yet been defined. It will then return an instance of this class, handling only stringification, name and possible identification of ...

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

MooseX::Types::TypeDecorator - Wraps Moose::Meta::TypeConstraint objects with added features River stage four • 368 direct dependents • 1734 total dependents

This is a decorator object that contains an underlying type constraint. We use this to control access to the type constraint and to add some features....

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

MooseX::Types::CheckedUtilExports - Wrap Moose::Util::TypeConstraints to be safer for MooseX::Types River stage four • 368 direct dependents • 1734 total dependents

Prevents errors like: subtype Foo => ... Which should be written as: subtype Foo, ... When using MooseX::Types. Exported by that module. Exports checked versions of the following subs: "type" "subtype" "maybe_type" "duck_type" "enum" "coerce" "from" ...

ETHER/MooseX-Types-0.50 - 07 Feb 2017 19:00:28 UTC
9 results (0.032 seconds)