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::Role::Attribute"

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

MooseX::App::Meta::Role::Attribute::Option - Meta attribute role for options River stage two • 32 direct dependents • 57 total dependents

This meta attribute role will automatically be applied to all attributes that should be used as options....

MAROS/MooseX-App-1.43 - 21 Oct 2023 12:08:25 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

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

The concept of roles is documented in Moose::Manual::Roles. This document serves as API documentation....

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

Moose::Util - Utilities for working with Moose classes River stage four • 2916 direct dependents • 4004 total dependents

This module provides a set of utility functions. Many of these functions are intended for use in Moose itself or MooseX modules, but some of them may be useful for use in your own code....

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

Test::Moose - Test functions for Moose specific features River stage four • 2916 direct dependents • 4004 total dependents

This module provides some useful test functions for Moose based classes. It is an experimental first release, so comments and suggestions are very welcome....

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

Task::Moose - Moose in a box River stage one • 3 direct dependents • 3 total dependents

This Task installs Moose and then optionally installs a number of Moose extensions listed below. This list is meant to be comprehensive, so if I missed something please let me know....

DOY/Task-Moose-0.03 - 27 Sep 2009 17:58:01 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

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::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

PRANG::Graph::Meta::Element - metaclass metarole for XML elements River stage one • 1 direct dependent • 1 total dependent

The PRANG concept is that attributes in your classes are marked to correspond with attributes and elements in your XML. This class is for marking your class' attributes as XML *elements*. For marking them as XML *attributes*, see PRANG::Graph::Meta::...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 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

PRANG::Graph::Meta::Class - metaclass metarole for PRANG-enabled classes River stage one • 1 direct dependent • 1 total dependent

This role defines class properties and methods for PRANG classes' meta objects. ie, the methods it defines are all to be found in "YourClass->meta", not "YourClass". The PRANG::Graph::Meta::Class object is the centre of the state machine which define...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

MooseX::IOC::Meta::Attribute River stage zero No dependents

No real user serviceable parts in here ... see MooseX::IOC docs....

STEVAN/MooseX-IOC-0.03 - 29 Jun 2009 19:57:55 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::Role::Composite - An object to represent the set of roles River stage four • 2916 direct dependents • 4004 total dependents

A composite is a role that consists of a set of two or more roles. The API of a composite role is almost identical to that of a regular role....

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

MooseX::Meta::Attribute::Index - Provides index meta attribute trait River stage one • 1 direct dependent • 1 total dependent

This module is a Moose role which implements a meta-attribute, index , using traits. The index meta attribute is useful for ordered of attributes. In standard Moose, attributes are implemented via hash references and order is not preserved. This modu...

CTBROWN/MooseX-Meta-Attribute-Index-0.04 - 28 Oct 2008 05:34:21 UTC

MooseX::Meta::Attribute::Lvalue - Immplements lvalue attributes via meta-attribute trait River stage zero No dependents

WARNING: This module provides syntactic sugar at the expense of some Moose's encapsulation. The Moose framework does not support type checking of Lvalue attributes. You should only use this role when the convenience of the Lvalue attributes outweighs...

CTBROWN/MooseX-Meta-Attribute-Lvalue-0.05 - 14 Dec 2008 17:43:16 UTC
22 results (0.098 seconds)