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:Moose module::Moose::*"

Class::MOP::Module - Module Meta Object River stage four • 2930 direct dependents • 4024 total dependents

A module is essentially a Class::MOP::Package with metadata, in our case the version and authority....

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

Moose - A postmodern object system for Perl 5 River stage four • 2930 direct dependents • 4024 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

Test::Moose - Test functions for Moose specific features River stage four • 2930 direct dependents • 4024 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

Moose::Util - Utilities for working with Moose classes River stage four • 2930 direct dependents • 4024 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

Moose::Cookbook - How to cook a Moose River stage four • 2930 direct dependents • 4024 total dependents

The Moose cookbook is a series of recipes showing various Moose features. Most recipes present some code demonstrating some feature, and then explain the details of the code. You should probably read the Moose::Manual first. The manual explains Moose...

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

Class::MOP - A Meta Object Protocol for Perl 5 River stage four • 2930 direct dependents • 4024 total dependents

This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That sa...

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

Moose::Meta::Role - The Moose Role metaclass River stage four • 2930 direct dependents • 4024 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::Deprecated - Manages deprecation warnings for Moose River stage four • 2930 direct dependents • 4024 total dependents

use Moose::Deprecated -api_version => $version;...

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

Moose::Conflicts - Check for conflicts between Moose and installed packages River stage four • 2930 direct dependents • 4024 total dependents

This module contains information about conflicts between this distribution and other CPAN distributions. It does not have any user-facing parts. This module was generated by Dist::Zilla::Plugin::Conflicts 0.20....

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

Moose::Manual::FAQ - Frequently asked questions about Moose River stage four • 2930 direct dependents • 4024 total dependents

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 • 2930 direct dependents • 4024 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

Moose::Manual::Delta - Important Changes in Moose River stage four • 2930 direct dependents • 4024 total dependents

This documents any important or noteworthy changes in Moose, with a focus on things that affect backwards compatibility. This does duplicate data from the Changes file, but aims to provide more details and when possible workarounds. Besides helping k...

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

Moose::Manual::MooseX - Recommended Moose extensions River stage four • 2930 direct dependents • 4024 total dependents

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

Moose::Spec::Role - Formal spec for Role behavior River stage four • 2930 direct dependents • 4024 total dependents

NOTE: This document is currently incomplete. Components of a Role Excluded Roles A role can have a list of excluded roles, these are basically roles that they shouldn't be composed with. This is not just direct composition either, but also "inherited...

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

Class::MOP::Class - Class Meta Object River stage four • 2930 direct dependents • 4024 total dependents

The Class Protocol is the largest and most complex part of the Class::MOP meta-object protocol. It controls the introspection and manipulation of Perl 5 classes, and it can create them as well. The best way to understand what this module can do is to...

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

Moose::Manual::Types - Moose's type system River stage four • 2930 direct dependents • 4024 total dependents

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

Moose::Manual::Concepts - Moose OO concepts River stage four • 2930 direct dependents • 4024 total dependents

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

Moose::Manual::Classes - Making your classes use Moose (and subclassing) River stage four • 2930 direct dependents • 4024 total dependents

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

Class::MOP::Attribute - Attribute Meta Object River stage four • 2930 direct dependents • 4024 total dependents

The Attribute Protocol is almost entirely an invention of "Class::MOP". Perl 5 does not have a consistent notion of attributes. There are so many ways in which this is done, and very few (if any) are easily discoverable by this module. With that said...

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

Moose::Util::MetaRole - Apply roles to any metaclass, as well as the object base class River stage four • 2930 direct dependents • 4024 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
34 results (0.071 seconds)