Search results for "Moose"
Moose - A postmodern object system for Perl 5
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.2206 - 23 Jul 2023 17:16:27 UTC - Search in distribution- Moose::Role - The Moose Role
- Moose::Util - Utilities for working with Moose classes
- Test::Moose - Test functions for Moose specific features
- 434 more results from Moose »
IO::Moose - Reimplementation of IO::* with improvements
"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- IO::Moose::File - Reimplementation of IO::File with improvements
- IO::Moose::Handle - Reimplementation of IO::Handle with improvements
- IO::Moose::Seekable - Reimplementation of IO::Seekable with improvements
- 4 more results from IO-Moose »
Mo::Moose - Use Moose instead of Mo
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- Mo - Micro Objects. Mo is less.
- Mo - Micro Objects. Mo is less.
- Mo::Hacking
- 1 more result from Mo »
Lab::Moose - Convenient loaders and constructors for Lab::Moose::Instrument, Lab::Moose::Sweep, Lab::Moose::DataFolder and Lab::Moose::DataFile
AKHUETTEL/Lab-Measurement-3.881
-
01 Aug 2023 11:34:59 UTC
-
Search in distribution
- Lab::Moose::Plot - Frontend to PDL::Graphics::Gnuplot
- Lab::Moose::Sweep - Base class for high level sweeps
- Lab::Moose::Catfile - Export custom catfile which avoids backslashes
- 136 more results from Lab-Measurement »
Tie::Moose - tie a hash to a Moose object (yeah, like Tie::MooseObject)
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- Tie::Moose::ReadOnly - make tied hash read-only
- Tie::Moose::Forgiving - don't die at the mere mention of an unknown key
- Tie::Moose::FallbackSlot - indicate an attribute with a fallback hashref for unknown attributes
- 1 more result from Tie-Moose »
Acme::Moose - An object-oriented interface to Moose in what else but Moose.
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
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
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::Test::Case - An abstraction of a Moose Test script
Moose::Tiny - Why Should Object::Tiny get all the Fun
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
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
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
FREDERICD/marc-moose-1.0.46
-
29 Nov 2022 08:35:19 UTC
-
Search in distribution
- MARC::Moose::Field - Marc field base object
- MARC::Moose::Record - MARC::Moose bibliographic record
- MARC::Moose::Writer - A Moose::Role to write somewhere MARC::Moose records
- 33 more results from marc-moose »
Mason::Moose - Mason Moose policies
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- Mason::Moose::Role - Mason Moose role policies
- Mason::Component::Moose - Moose policies and exports for Mason components
- Mason - Powerful, high-performance templating for the web and beyond
- 10 more results from Mason »
Moose::Micro - succinctly specify Moose attributes
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
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::Policy::FollowPBP - Follow the recomendations in Perl Best Practices
- Moose::Policy::JavaAccessors - BeCause EveryOne Loves CamelCase
- Moose::Policy::SingleInheritence - Why would you ever need more than one?
Moose::Autobox - Autoboxed wrappers for Native Perl datatypes
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::Autobox::Ref - the Ref role
- Moose::Autobox::Code - the Code role
- Moose::Autobox::Item - the Item role
- 10 more results from Moose-Autobox »
Moose::OldDocs - A distro that contains stubs for documentation which has moved.
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- Moose::Cookbook::Meta::Recipe6 - Renamed to Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass
- Moose::Cookbook::Meta::Recipe1 - Renamed to Moose::Cookbook::Meta::WhyMeta
- Moose::Cookbook::Meta::Recipe2 - Renamed to Moose::Cookbook::Legacy::Labeled_AttributeMetaclass
- 22 more results from Moose-OldDocs »
MetaCPAN::Moose - Use Moose the MetaCPAN way
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
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
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