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

Search results for "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 - Search in distribution

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 - Search in distribution

Mo::Moose - Use Moose instead of Mo River stage three • 50 direct dependents • 694 total dependents

If you use Mo and want to try Moose without adding "is" and "lazy" options to all your attributes you can just do this: use Mo 'Moose'; use foo => (); and everything should work, but now uses Moose instead of Mo for everything....

TINITA/Mo-0.40 - 06 Jul 2016 22:11:23 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

MetaCPAN::Moose - Use Moose the MetaCPAN way River stage zero No dependents

MetaCPAN::Moose automatically imports MooseX::StrictConstructor and namespace::autcolean for you....

OALDERS/MetaCPAN-Moose-0.000003 - 08 Sep 2016 01:49:44 UTC - Search in distribution

Array::To::Moose - Build Moose objects from a data array River stage zero No dependents

As shown in the above examples, the general usage is: package MyClass; use Moose; (define Moose object(s)) ... use Array::To::Moose; ... my $data_ref = selectall_arrayref($sql); # for example my $object_ref = array_to_moose( data => $data_ref desc =>...

SAMB/Array-To-Moose-v0.0.9 - 21 Sep 2015 22:24:50 UTC - Search in distribution

Beam::Wire::Moose - Dependency Injection with extra Moose features River stage zero No dependents

Beam::Wire::Moose is a subclass of Beam::Wire that adds support for Moose-specific features....

PREACTION/Beam-Wire-Moose-0.005 - 20 Oct 2015 05:29:15 UTC - Search in distribution
2,094 results (0.076 seconds)