The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Task::Moose - Moose in a box

DESCRIPTION

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.

Autoboxing support

Moose::Autobox

Extending Moose attributes with basic Perl types

MooseX::AttributeHelpers

Class attributes for Moose

MooseX::ClassAttribute

Support for PBP style accessors

MooseX::Policy::SemiAffordanceAccessor

Moose-ish method parameter handling

MooseX::Params::Validate

Moose-ish methods

MooseX::Method

Making Moose constructors stricter

MooseX::StrictConstructor

Globref instance type for Moose

MooseX::GlobRef::Object

Inside-Out instance type for Moose

MooseX::InsideOut

CGI-style parameter role

MooseX::Param

Singleton support role

MooseX::Singleton

Moose-ish Iterator support role

MooseX::Iterator

Moose-ish plugin system

MooseX::Object::Pluggable

Moose type extensions

MooseX::Types

Path::Class Moose type extension

MooseX::Types::Path::Class

Set::Object Moose type extension

MooseX::Types::Set::Object

Moose serialization

MooseX::Storage

Better script writing with Moose

MooseX::Getopt

Support for config with MooseX::Getopt

MooseX::ConfigFromFile

Config file support for MooseX::Getopt with Config::Any

MooseX::SimpleConfig

LogDispatch support for Moose

MooseX::LogDispatch

lazy loaded LogDispatch support for Moose

MooseX::LazyLogDispatch

App::Cmd integration for Moose

MooseX::App::Cmd

Daemonization support roles for Moose

MooseX::Daemonize

Easily wrap command line apps with Moose

MooseX::Role::Cmd

Base role for Async Moose modules

MooseX::Async

POE and Moose

MooseX::POE

Sub-process management for asynchronous tasks using Moose and POE

MooseX::Workers

experimental Moose Compiler tools

MooseX::Compile MooseX::Compile::CLI

Moose support tools

Pod::Coverage::Moose

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2008 Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.