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

Search results for "module:Moose::Meta::Method::Constructor"

Moose::Meta::Method::Constructor - Method Meta Object for constructors River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Method::Constructor that provides additional Moose-specific functionality To understand this class, you should read the Class::MOP::Method::Constructor documentation as well....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Lab::Moose - Convenient loaders and constructors for Lab::Moose::Instrument, Lab::Moose::Sweep, Lab::Moose::DataFolder and Lab::Moose::DataFile River stage zero No dependents

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 UTC

Test::Moose::More - More tools for testing Moose packages River stage three • 22 direct dependents • 127 total dependents

This package contains a number of additional tests that can be employed against Moose classes/roles. It is intended to replace Test::Moose in your tests, and re-exports any tests that it has and we do not, yet. Export Groups By default, this package ...

RSRCHBOY/Test-Moose-More-0.050 - 21 Sep 2017 03:44:20 UTC

Moose::Meta::Role - The Moose Role metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Module that provides additional Moose-specific functionality. Its API looks a lot like Moose::Meta::Class, but internally it implements many things differently. This may change in the future....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::Class - The Moose metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Class that provides additional Moose-specific functionality. To really understand this class, you will need to start with the Class::MOP::Class documentation. This class can be understood as a set of additional...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Pod::Coverage::Moose - Pod::Coverage extension for Moose River stage one • 6 direct dependents • 9 total dependents

When using Pod::Coverage in combination with Moose, it will report any method imported from a role. This is especially bad when used in combination with Test::Pod::Coverage, since it takes away its ease of use. To use this module in combination with ...

ETHER/Pod-Coverage-Moose-0.08 - 25 Aug 2023 22:46:01 UTC

Meta::Grapher::Moose - Produce graphs showing meta-information about classes and roles River stage zero No dependents

STOP: The most common usage for this module is to use the command line graph-meta.pl program. You should read the documentation for graph-meta.pl to see how that works. This module allows you to create graphs of your Moose classes showing a directed ...

DROLSKY/Meta-Grapher-Moose-1.03 - 21 Aug 2016 15:42:11 UTC

Lab::Moose::Instrument - Base class for instrument drivers River stage zero No dependents

The Lab::Moose::Instrument module is a thin wrapper around a connection object. All other Lab::Moose::Instrument::* drivers inherit from this module....

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 UTC

Moose::Util::MetaRole - Apply roles to any metaclass, as well as the object base class River stage four • 2916 direct dependents • 4004 total dependents

This utility module is designed to help authors of Moose extensions write extensions that are able to cooperate with other Moose extensions. To do this, you must write your extensions as roles, which can then be dynamically applied to the caller's me...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::Attribute - The Moose attribute metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Attribute that provides additional Moose-specific functionality. To really understand this class, you will need to start with the Class::MOP::Attribute documentation. This class can be understood as a set of ad...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Lab::Moose::DataFolder - Create a data directory with meta data River stage zero No dependents

A data logging setup consists of one Lab::Moose::DataFolder and one or more Lab::Moose::DataFile objects which live inside the DataFolder....

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 UTC

Moose::Meta::TypeCoercion - The Moose Type Coercion metaclass River stage four • 2916 direct dependents • 4004 total dependents

A type coercion object is basically a mapping of one or more type constraints and the associated coercions subroutines. It's unlikely that you will need to instantiate an object of this class directly, as it's part of the deep internals of Moose....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Util::TypeConstraints - Type constraint system for Moose River stage four • 2916 direct dependents • 4004 total dependents

This module provides Moose with the ability to create custom type constraints to be used in attribute definition. Important Caveat This is NOT a type system for Perl 5. These are type constraints, and they are not used by Moose unless you tell it to....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::TypeConstraint - The Moose Type Constraint metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class represents a single type constraint. Moose's built-in type constraints, as well as constraints you define, are all stored in a Moose::Meta::TypeConstraint::Registry object as objects of this class....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::Role::Attribute - The Moose attribute metaclass for Roles River stage four • 2916 direct dependents • 4004 total dependents

This class implements the API for attributes in roles. Attributes in roles are more like attribute prototypes than full blown attributes. While they are introspectable, they have very little behavior....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::Role::Method::Required - A Moose metaclass for required methods in Roles River stage four • 2916 direct dependents • 4004 total dependents

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::TypeConstraint::Union - A union of Moose type constraints River stage four • 2916 direct dependents • 4004 total dependents

This metaclass represents a union of type constraints. A union takes multiple type constraints, and is true if any one of its member constraints is true....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods River stage four • 2916 direct dependents • 4004 total dependents

This is a subclass of Moose::Meta::Method for delegation methods....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::TypeConstraint::DuckType - Type constraint for duck typing River stage four • 2916 direct dependents • 4004 total dependents

This class represents type constraints based on an enumerated list of required methods....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC
21 results (0.146 seconds)