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

Search results for "module:Moose"

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

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

Lab::Moose - Convenient loaders and constructors for Lab::Moose::Instrument, Lab::Moose::Sweep, Lab::Moose::DataFolder and Lab::Moose::DataFile River stage zero No dependents

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 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

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

Poet::Moose - Poet Moose policies River stage one • 2 direct dependents • 2 total dependents

Sets certain Moose behaviors for Poet's internal classes. Using this module is equivalent to use Moose; use MooseX::HasDefaults::RO; use MooseX::StrictConstructor; use Method::Signatures::Simple;...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC

Moose::Test - A Test Runner for the Moose test suite River stage zero No dependents

This module provides an abstraction over the Moose test cases such that it makes it easier for them to be re-used in different contexts....

SARTAK/Moose-Test-0.01 - 02 Oct 2008 04:07:39 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

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

MARC::Moose - Moose based MARC records set of tools River stage one • 2 direct dependents • 2 total dependents

FREDERICD/marc-moose-1.0.49 - 07 Apr 2024 12:19:38 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

Gapp::Moose - Gapp widgets for your Moose classes River stage one • 5 direct dependents • 5 total dependents

Gapp::Moose provides sugar for adding Gapp widgets to your Moose classes....

JHALLOCK/Gapp-0.60 - 19 Apr 2013 13:02:15 UTC

Mason::Moose - Mason Moose policies River stage two • 16 direct dependents • 16 total dependents

Sets certain Moose behaviors for Mason's internal classes. Using this module is equivalent to use CLASS; use Moose; use MooseX::HasDefaults::RO; use MooseX::StrictConstructor; use Method::Signatures::Simple;...

JSWARTZ/Mason-2.24 - 16 May 2015 20:12:09 UTC

Moose::Micro - succinctly specify Moose attributes River stage zero No dependents

Moose::Micro makes it easy to declare Moose attributes without a lot of typing....

HDP/Moose-Micro-0.002 - 25 Jan 2009 03:40:34 UTC

Moose::Policy - Moose-mounted police River stage one • 2 direct dependents • 2 total dependents

This module allows you to specify your project-wide or even company-wide Moose meta-policy. Most all of Moose's features can be customized through the use of custom metaclasses, however fiddling with the metaclasses can be hairy. Moose::Policy remove...

DROLSKY/Moose-Policy-0.05 - 21 Nov 2010 16:38:44 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::OldDocs - A distro that contains stubs for documentation which has moved. River stage zero No dependents

All of the recipes in the Moose cookbook were renamed. This distro provides links for the old recipe names for metacpan and search.cpan.org. There is no reason to install this distro....

DROLSKY/Moose-OldDocs-0.04 - 27 May 2012 22:09:35 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
819 results (0.024 seconds)