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

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

This is primarily used to mark methods coming from a role as being different. Right now it is nothing but a subclass of Moose::Meta::Method....

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::Role::Method::Conflicting - A Moose metaclass for conflicting methods in Roles River stage four • 2916 direct dependents • 4004 total dependents

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

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

Moose::Exporter - make an import() and unimport() just like Moose.pm River stage four • 2916 direct dependents • 4004 total dependents

This module encapsulates the exporting of sugar functions in a "Moose.pm"-like manner. It does this by building custom "import" and "unimport" methods for your module, based on a spec you provide. It also lets you "stack" Moose-alike modules so you c...

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

Moose::Autobox::Item - the Item role River stage three • 64 direct dependents • 124 total dependents

This is the root of our role hierarchy....

ETHER/Moose-Autobox-0.16 - 03 May 2016 01:34:52 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

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

Moose::Autobox::Number - Moose::Autobox::Number - the Number role River stage three • 64 direct dependents • 124 total dependents

This is a role to describes a Numeric value....

ETHER/Moose-Autobox-0.16 - 03 May 2016 01:34:52 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::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
23 results (0.064 seconds)