| This Release | Moose-2.0401 | [Download] [Browse] | 16 Nov 2011 | ||||
| Other Releases | |||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (43) ] [ Dependencies ] [ Other Tools ] | ||||||
| Repository | git://git.moose.perl.org/Moose.git - Website | ||||||
| CPAN Testers | PASS (1064) FAIL (12) NA (20) UNKNOWN (3) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
| Rating |
(15 Reviews)
[ Rate this distribution ]
| ||||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
| Special Files |
|
||||||
| Class::MOP | A Meta Object Protocol for Perl 5 | 2.0401 | |
| Class::MOP::Attribute | Attribute Meta Object | 2.0401 | |
| Class::MOP::Class | Class Meta Object | 2.0401 | |
| Class::MOP::Instance | Instance Meta Object | 2.0401 | |
| Class::MOP::Method | Method Meta Object | 2.0401 | |
| Class::MOP::Method::Accessor | Method Meta Object for accessors | 2.0401 | |
| Class::MOP::Method::Constructor | Method Meta Object for constructors | 2.0401 | |
| Class::MOP::Method::Generated | Abstract base class for generated methods | 2.0401 | |
| Class::MOP::Method::Inlined | Method base class for methods which have been inlined | 2.0401 | |
| Class::MOP::Method::Meta | Method Meta Object for meta methods | 2.0401 | |
| Class::MOP::Method::Wrapped | Method Meta Object for methods with before/after/around modifiers | 2.0401 | |
| Class::MOP::Module | Module Meta Object | 2.0401 | |
| Class::MOP::Object | Base class for metaclasses | 2.0401 | |
| Class::MOP::Package | Package Meta Object | 2.0401 | |
| Moose | A postmodern object system for Perl 5 | 2.0401 | |
| Moose::Error::Confess | Prefer confess | 2.0401 | |
| Moose::Error::Croak | Prefer croak | 2.0401 | |
| Moose::Error::Default | Carp based error generation for Moose. | 2.0401 | |
| Moose::Exporter | make an import() and unimport() just like Moose.pm | 2.0401 | |
| Moose::Meta::Attribute | The Moose attribute metaclass | 2.0401 | |
| Moose::Meta::Attribute::Native | Delegate to native Perl types | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Array | Helper trait for ArrayRef attributes | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Bool | Helper trait for Bool attributes | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Code | Helper trait for CodeRef attributes | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Counter | Helper trait for Int attributes which represent counters | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Hash | Helper trait for HashRef attributes | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::Number | Helper trait for Num attributes | 2.0401 | |
| Moose::Meta::Attribute::Native::Trait::String | Helper trait for Str attributes | 2.0401 | |
| Moose::Meta::Class | The Moose metaclass | 2.0401 | |
| Moose::Meta::Instance | The Moose Instance metaclass | 2.0401 | |
| Moose::Meta::Method | A Moose Method metaclass | 2.0401 | |
| Moose::Meta::Method::Accessor | A Moose Method metaclass for accessors | 2.0401 | |
| Moose::Meta::Method::Augmented | A Moose Method metaclass for augmented methods | 2.0401 | |
| Moose::Meta::Method::Constructor | Method Meta Object for constructors | 2.0401 | |
| Moose::Meta::Method::Delegation | A Moose Method metaclass for delegation methods | 2.0401 | |
| Moose::Meta::Method::Destructor | Method Meta Object for destructors | 2.0401 | |
| Moose::Meta::Method::Meta | A Moose Method metaclass for meta methods | 2.0401 | |
| Moose::Meta::Method::Overridden | A Moose Method metaclass for overridden methods | 2.0401 | |
| Moose::Meta::Role | The Moose Role metaclass | 2.0401 | |
| Moose::Meta::Role::Application | A base class for role application | 2.0401 | |
| Moose::Meta::Role::Application::RoleSummation | Combine two or more roles | 2.0401 | |
| Moose::Meta::Role::Application::ToClass | Compose a role into a class | 2.0401 | |
| Moose::Meta::Role::Application::ToInstance | Compose a role into an instance | 2.0401 | |
| Moose::Meta::Role::Application::ToRole | Compose a role into another role | 2.0401 | |
| Moose::Meta::Role::Attribute | The Moose attribute metaclass for Roles | 2.0401 | |
| Moose::Meta::Role::Composite | An object to represent the set of roles | 2.0401 | |
| Moose::Meta::Role::Method | A Moose Method metaclass for Roles | 2.0401 | |
| Moose::Meta::Role::Method::Conflicting | A Moose metaclass for conflicting methods in Roles | 2.0401 | |
| Moose::Meta::Role::Method::Required | A Moose metaclass for required methods in Roles | 2.0401 | |
| Moose::Meta::TypeCoercion | The Moose Type Coercion metaclass | 2.0401 | |
| Moose::Meta::TypeCoercion::Union | The Moose Type Coercion metaclass for Unions | 2.0401 | |
| Moose::Meta::TypeConstraint | The Moose Type Constraint metaclass | 2.0401 | |
| Moose::Meta::TypeConstraint::Class | Class/TypeConstraint parallel hierarchy | 2.0401 | |
| Moose::Meta::TypeConstraint::DuckType | Type constraint for duck typing | 2.0401 | |
| Moose::Meta::TypeConstraint::Enum | Type constraint for enumerated values. | 2.0401 | |
| Moose::Meta::TypeConstraint::Parameterizable | Type constraints which can take a parameter (ArrayRef) | 2.0401 | |
| Moose::Meta::TypeConstraint::Parameterized | Type constraints with a bound parameter (ArrayRef[Int]) | 2.0401 | |
| Moose::Meta::TypeConstraint::Registry | registry for type constraints | 2.0401 | |
| Moose::Meta::TypeConstraint::Role | Role/TypeConstraint parallel hierarchy | 2.0401 | |
| Moose::Meta::TypeConstraint::Union | A union of Moose type constraints | 2.0401 | |
| Moose::Object | The base object for Moose | 2.0401 | |
| Moose::Role | The Moose Role | 2.0401 | |
| Moose::Util | Utilities for working with Moose classes | 2.0401 | |
| Moose::Util::MetaRole | Apply roles to any metaclass, as well as the object base class | 2.0401 | |
| Moose::Util::TypeConstraints | Type constraint system for Moose | 2.0401 | |
| Test::Moose | Test functions for Moose specific features | 2.0401 | |
| metaclass | a pragma for installing and using Class::MOP metaclasses | 2.0401 | |
| oose | syntactic sugar to make Moose one-liners easier | 2.0401 |
| Moose::Cookbook | How to cook a Moose   |
| Moose::Cookbook::Basics::Recipe1 | The (always classic) Point example.   |
| Moose::Cookbook::Basics::Recipe10 | Using BUILDARGS and BUILD to hook into object construction   |
| Moose::Cookbook::Basics::Recipe11 | Extending a non-Moose base class   |
| Moose::Cookbook::Basics::Recipe2 | A simple BankAccount example   |
| Moose::Cookbook::Basics::Recipe3 | A lazy BinaryTree example   |
| Moose::Cookbook::Basics::Recipe4 | Subtypes, and modeling a simple Company class hierarchy   |
| Moose::Cookbook::Basics::Recipe5 | More subtypes, coercion in a Request class   |
| Moose::Cookbook::Basics::Recipe6 | The augment/inner example   |
| Moose::Cookbook::Basics::Recipe7 | Making Moose fast with immutable   |
| Moose::Cookbook::Basics::Recipe8 | Builder methods and lazy_build   |
| Moose::Cookbook::Basics::Recipe9 | Operator overloading, subtypes, and coercion   |
| Moose::Cookbook::Extending::Recipe1 | Moose extension overview   |
| Moose::Cookbook::Extending::Recipe2 | Providing a role for the base object class   |
| Moose::Cookbook::Extending::Recipe3 | Providing an alternate base object class   |
| Moose::Cookbook::Extending::Recipe4 | Acting like Moose.pm and providing sugar Moose-style   |
| Moose::Cookbook::Meta::Recipe1 | Welcome to the meta world (Why Go Meta?)   |
| Moose::Cookbook::Meta::Recipe2 | A meta-attribute, attributes with labels   |
| Moose::Cookbook::Meta::Recipe3 | Labels implemented via attribute traits   |
| Moose::Cookbook::Meta::Recipe4 | Adding a "table" attribute to the metaclass   |
| Moose::Cookbook::Meta::Recipe5 | The "table" attribute as a metaclass trait   |
| Moose::Cookbook::Meta::Recipe6 | A method metaclass for marking methods public or private   |
| Moose::Cookbook::Meta::Recipe7 | Creating a glob reference meta-instance class   |
| Moose::Cookbook::Roles::Recipe1 | The Moose::Role example   |
| Moose::Cookbook::Roles::Recipe2 | Advanced Role Composition - method exclusion and aliasing   |
| Moose::Cookbook::Roles::Recipe3 | Applying a role to an object instance   |
| Moose::Cookbook::Snack::Keywords | Restricted "keywords" in Moose   |
| Moose::Cookbook::Snack::Types | Snippets of code for using Types and Type Constraints   |
| Moose::Cookbook::Style | Expanded into Moose::Manual::BestPractices, so go read that   |
| Moose::Intro | Expanded into Moose::Manual, so go read that   |
| Moose::Manual | What is Moose, and how do I use it?   |
| Moose::Manual::Attributes | Object attributes with Moose   |
| Moose::Manual::BestPractices | Get the most out of Moose   |
| Moose::Manual::Classes | Making your classes use Moose (and subclassing)   |
| Moose::Manual::Concepts | Moose OO concepts   |
| Moose::Manual::Construction | Object construction (and destruction) with Moose   |
| Moose::Manual::Contributing | How to get involved in Moose   |
| Moose::Manual::Delegation | Attribute delegation   |
| Moose::Manual::Delta | Important Changes in Moose   |
| Moose::Manual::FAQ | Frequently asked questions about Moose   |
| Moose::Manual::MOP | The Moose (and Class::MOP) meta API   |
| Moose::Manual::MethodModifiers | Moose's method modifiers   |
| Moose::Manual::MooseX | Recommended Moose extensions   |
| Moose::Manual::Roles | Roles, an alternative to deep hierarchies and base classes   |
| Moose::Manual::Support | Policies regarding support, releases, and compatibility.   |
| Moose::Manual::Types | Moose's type system   |
| Moose::Manual::Unsweetened | Moose idioms in plain old Perl 5 without the sugar   |
| Moose::Spec::Role | Formal spec for Role behavior   |
| Moose::Unsweetened | Moved to Moose::Manual::Unsweetened, so go read that   |