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

Search results for "module:Moose::Object"

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::Meta::Object::Trait - Some overrides for Class::MOP::Object functionality River stage four • 2916 direct dependents • 4004 total dependents

This module is entirely private, you shouldn't ever need to interact with it directly....

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

Test::Moose::MockObjectCompile - A Module to help when testing compile time Moose River stage zero No dependents

ZAPHAR/Test-Moose-MockObjectCompile-0.2.1 - 27 Sep 2007 03:44:03 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

lib/CatalystX/Moose.pm River stage zero No dependents

JJNAPIORK/Catalyst-ControllerPerContext-0.007 - 04 Jan 2024 13:52:49 UTC

lib/Moose/Exception/MethodExpectedAMetaclassObject.pm River stage four • 2916 direct dependents • 4004 total dependents

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

Tie::Moose - tie a hash to a Moose object (yeah, like Tie::MooseObject) River stage zero No dependents

This module is much like Tie::MooseObject. It ties a hash to an instance of a Moose-based class, allowing you to access attributes as hash keys. It uses the accessors provided by Moose, and thus honours read-only attributes, type constraints and coer...

TOBYINK/Tie-Moose-0.003 - 02 Oct 2014 22:23:35 UTC

Moose::Tiny - Why Should Object::Tiny get all the Fun River stage zero No dependents

I was looking at Object::Tiny and thought, wow I bet I could do that really easily with Moose. I was right....

PERIGRIN/Moose-Tiny-0.04 - 14 Jun 2009 22:27:00 UTC

lib/Moose/Exception/AttributeValueIsNotAnObject.pm River stage four • 2916 direct dependents • 4004 total dependents

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

lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm River stage four • 2916 direct dependents • 4004 total dependents

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

IO::Moose - Reimplementation of IO::* with improvements River stage zero No dependents

"IO::Moose" provides a simple mechanism to load several modules in one go. "IO::Moose::*" classes provide an interface mostly compatible with IO. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC

Acme::Moose - An object-oriented interface to Moose in what else but Moose. River stage zero No dependents

This module provides a simplistic, but powerful, interface to a Moose....

BYTEROCK/Acme-Moose-0.02 - 09 Mar 2014 04:58:54 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::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

MooseX::SetOnce - write-once, read-many attributes for Moose River stage three • 6 direct dependents • 718 total dependents

The 'SetOnce' attribute lets your class have attributes that are not lazy and not set, but that cannot be altered once set. The logic is very simple: if you try to alter the value of an attribute with the SetOnce trait, either by accessor or writer, ...

RJBS/MooseX-SetOnce-0.203 - 01 Jan 2023 02:33:44 UTC

MooX::CaptainHook - hooks for MooX modules River stage three • 249 direct dependents • 256 total dependents

Although developed to support MooX::ClassAttribute, "MooX::CaptainHook" provides a feature which may be of use to other people writing Moo roles and MooX modules. This module allows you to run callback code when various events happen to Moo classes a...

TOBYINK/MooX-ClassAttribute-0.011 - 01 Nov 2014 16:03:44 UTC

Moose::Autobox - Autoboxed wrappers for Native Perl datatypes River stage three • 64 direct dependents • 124 total dependents

Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 *might* do. This module, like Class::MOP and Moose, was inspired by my work on th...

ETHER/Moose-Autobox-0.16 - 03 May 2016 01:34:52 UTC

IO::Moose::File - Reimplementation of IO::File with improvements River stage zero No dependents

This class provides an interface mostly compatible with IO::File. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any con...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC
102 results (0.06 seconds)