Search results for "dist:Moose DOY"

oose - syntactic sugar to make Moose one-liners easier River stage four • 2916 direct dependents • 4004 total dependents

oose.pm is a simple source filter that adds "package $name; use Moose; use Moose::Util::TypeConstraints;" to the beginning of your script and was entirely created because typing "perl -e'package Foo; use Moose; ...'" was annoying me....

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

metaclass - a pragma for installing and using Class::MOP metaclasses River stage four • 2916 direct dependents • 4004 total dependents

This is a pragma to make it easier to use a specific metaclass and a set of custom attribute and method metaclasses. It also installs a "meta" method to your class as well, unless "undef" is passed to the "meta_name" option. Note that if you are usin...

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

Class::MOP - A Meta Object Protocol for Perl 5 River stage four • 2916 direct dependents • 4004 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

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

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

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::Intro - Expanded into Moose::Manual, so go read that River stage four • 2916 direct dependents • 4004 total dependents

The intro has been replaced by Moose::Manual. This POD document still exists for the benefit of anyone out there who might've linked to it in the past....

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

Moose::Object - The base object for Moose River stage four • 2916 direct dependents • 4004 total dependents

This class is the default base class for all Moose-using classes. When you "use Moose" in this class, your class will inherit from this class. It provides a default constructor and destructor, which run all of the "BUILD" and "DEMOLISH" methods in th...

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

Moose::Manual - What is Moose, and how do I use it? River stage four • 2916 direct dependents • 4004 total dependents

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

Moose::Cookbook - How to cook a Moose River stage four • 2916 direct dependents • 4004 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

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

Moose::Exception - Superclass for Moose internal exceptions River stage four • 2916 direct dependents • 4004 total dependents

This class contains attributes which are common to all Moose internal exception classes....

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

Moose::Deprecated - Manages deprecation warnings for Moose River stage four • 2916 direct dependents • 4004 total dependents

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

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

Class::MOP::Mixin - Base class for mixin classes River stage four • 2916 direct dependents • 4004 total dependents

This class provides a few methods which are useful in all metaclasses....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 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::Spec::Role - Formal spec for Role behavior River stage four • 2916 direct dependents • 4004 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 • 2916 direct dependents • 4004 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::Unsweetened - Moved to Moose::Manual::Unsweetened, so go read that River stage four • 2916 direct dependents • 4004 total dependents

This document has been moved to Moose::Manual::Unsweetened. This POD document still exists for the benefit of anyone out there who might've linked to it in the past....

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

Class::MOP::Object - Base class for metaclasses River stage four • 2916 direct dependents • 4004 total dependents

This class is a very minimal base class for metaclasses....

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