The "MooseX::*" namespace is for *Moose extensions*, not a general space for any module that happens to use Moose. Usually, such modules will make use of Moose::Exporter to make their extension available to the calling class. It may define a class or...
ETHER/MooseX-0.002 - 16 Aug 2015 02:26:52 UTC - Search in distributionFREDERICD/MooseX-RW-0.003 - 28 Mar 2012 07:25:37 UTC - Search in distribution
- MooseX::RW::Reader - Moose::Role reader
- MooseX::RW::Writer - Generic Moose::Role writer
- MooseX::RW::Reader::File - A Moose::Role file reader
NOTE: This module is almost certainly a bad idea. You really want to just be using a role instead! This module adds basic abstract base class functionality to Moose. Doing "use MooseX::ABC" turns the using class into an abstract class - it cannot be ...
DOY/MooseX-ABC-0.06 - 25 Apr 2012 06:51:30 UTC - Search in distribution- MooseX::ABC::Role::Object - base object role for MooseX::ABC
MooseX-App is a highly customisable helper to write user-friendly command line applications without having to worry about most of the annoying things usually involved. Just take any existing Moose class, add a single line ("use MooseX-App qw(PluginA ...
MAROS/MooseX-App-1.41 - 13 May 2019 20:55:25 UTC - Search in distribution- MooseX::App::Role - Define attributes in a role
- MooseX::App::Tutorial - getting started with MooseX::App
- MooseX::App::ParsedArgv - Parses @ARGV
- 24 more results from MooseX-App »
Full documentation on the MooseX::DIC Webpage <http://docs.moosex-dic.org>. MooseX::DIC is a dependency injection container tailored to Moose, living in a full OOP environment and greatly inspired by Java DIC frameworks like Spring <https://docs.spri...
LPRIETO/MooseX-DIC-0.5.0 - 22 Oct 2017 20:02:51 UTC - Search in distributionThis module is intended to be used in conjunction with other modules that encapsulate XML data (for example, XML feeds)....
DMAKI/MooseX-DOM-0.00004 - 12 Aug 2008 02:59:31 UTC - Search in distributionGORAXE/MooseX-FSM-0.01 - 27 Apr 2009 11:50:14 UTC - Search in distribution
This module provides a bridge between IOC registries and Moose objects through a custom attribute metaclass. It compliments the "default" option with a "service" option which contains a IOC::Registry path (and optional parameters). The "service" opti...
STEVAN/MooseX-IOC-0.03 - 29 Jun 2009 19:57:55 UTC - Search in distributionMooseX::PDF provides functionality to create PDF files using Template Toolkit templates. Given a template with PDF::Reuse directives, this module will process the template and return the raw PDF contents. This scalar can then be written to file, or o...
HAMSTER/MooseX-PDF-0.01 - 29 Jul 2014 13:57:43 UTC - Search in distributionMooseX::POE is a Moose wrapper around a POE::Session....
GETTY/MooseX-POE-0.215 - 25 Apr 2012 16:10:05 UTC - Search in distribution- MooseX::POE::Role - Eventful roles
- MooseX::POE::SweetArgs - sugar around MooseX::POE event arguments
- MooseX::POE::Meta::Trait::Object - The base class role for MooseX::POE
- 1 more result from MooseX-POE »
What does ABCD stand for? Hmmm... maybe "abstract base classes deferred"? or "abstract base classes declare-compatible"? (This module works with MooseX::Declare, whereas MooseX::ABC does not!) Anyway, whatever ABCD does or does not stand for, this is...
TOBYINK/MooseX-ABCD-0.003 - 10 Sep 2014 22:29:55 UTC - Search in distribution- MooseX::ABCD::Trait::Class - trait for abstract base class meta objects
WARNING: THIS MODULE IS PRIMARILY A POLITICAL STATEMENT AT THIS TIME AND MAY CHANGE WITHOUT NOTICE IN RESPONSE TO FEEDBACK Moose is an interesting object system, but it's interface can leave a lot to be desired. Classes are built incrementally at pos...
ADAMK/MooseX-Atom-0.02 - 03 Aug 2010 05:30:17 UTC - Search in distribution- MooseX::Role::Atom - Non-immutable roles are silly. Lets fix that.
Under development. Moose Role to provide simple tree functionality....
MJEMMESON/MooseX-Tree-0.001 - 13 May 2013 21:40:20 UTC - Search in distributionThis is a utility module that handles all of the same functions that Moose::Util handles. In fact, most of the functions exported by this package are simply re-exports from Moose::Util, so you're recommended to read the documentation of that module f...
RSRCHBOY/MooseX-Util-0.006 - 26 Jun 2015 18:34:33 UTC - Search in distributionThis module provides DWIM loading of Moose based objects from YAML documents. Any hashes blessed into a Moose class will be replaced with a properly constructed instance (respecting init args, "BUILDALL", and the meta instance type). This is similar ...
TINITA/MooseX-YAML-0.05 - 10 Feb 2020 20:47:37 UTC - Search in distributionThe fact that Moose objects are hashrefs means it is easy to use Moose to extend non-Moose classes, as long as they too are hash references. This role usses an approach similar to the defined in Moose::Cookbook::FAQ. However this role will call BUILD...
GBARR/MooseX-Alien-1.01 - 21 Sep 2009 13:45:44 UTC - Search in distributionMooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings. Please see them for documentation....
PERIGRIN/MooseX-Async-0.07 - 13 Nov 2008 05:52:10 UTC - Search in distributionOut of the box Moose only provides very barebones cloning support in order to maximize flexibility. This role provides a "clone" method that makes use of the low level cloning support already in Moose and adds selective deep cloning based on introspe...
ETHER/MooseX-Clone-0.06 - 23 May 2015 22:38:59 UTC - Search in distributionThis provides Node.js style events in a Role for Moose. MooseX::Event is implemented as a Moose Role. To add events to your object: use MooseX::Event; It provides a helper declare what events your object supports: has_event 'event'; ## or has_events ...
WINTER/MooseX-Event-v0.2.0 - 04 Sep 2011 01:25:29 UTC - Search in distribution- MooseX::Event::Role - A Node style event Role for Moose
This package allows you to mark a class as being "final". A final class is at the top of the inheritance hierarchy. It cannot be inherited from. You almost certainly don't want this. Why prevent people from inheriting from your class? There's no good...
TOBYINK/MooseX-Final-0.002 - 16 Jul 2018 10:12:01 UTC - Search in distribution