Stevan Little > Moose-0.21

Moose-0.21

This Release Moose-0.21  [Download] [Browse 03 May 2007
Latest Release Moose-0.93  [Download] [Browse 18 Nov 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs (14) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (27)   NA (1)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating **** (10 Reviews) [ Rate this distribution ]
License Perl (Artistic and GPL)
Special Files
Build.PL
Changes
MANIFEST
META.yml
Makefile.PL
README

Modules

Moose A complete modern object system for Perl 5     0.21
Moose::Meta::Attribute The Moose attribute metaclass     0.10
Moose::Meta::Class The Moose metaclass     0.13
Moose::Meta::Instance The Moose Instance metaclass     0.01
Moose::Meta::Method A Moose Method metaclass     0.01
Moose::Meta::Method::Accessor A Moose Method metaclass for accessors     0.03
Moose::Meta::Method::Constructor Method Meta Object for constructors     0.01
Moose::Meta::Method::Destructor Method Meta Object for destructors     0.01
Moose::Meta::Method::Overriden A Moose Method metaclass for overriden methods     0.01
Moose::Meta::Role The Moose Role metaclass     0.07
Moose::Meta::Role::Method A Moose Method metaclass for Roles     0.01
Moose::Meta::TypeCoercion The Moose Type Coercion metaclass     0.03
Moose::Meta::TypeConstraint The Moose Type Constraint metaclass     0.08
Moose::Meta::TypeConstraint::Union A union of Moose type constraints     0.04
Moose::Object The base object for Moose     0.08
Moose::Role The Moose Role     0.07
Moose::Util::TypeConstraints Type constraint system for Moose     0.12

Documentation

Moose::Cookbook How to cook a Moose  
Moose::Cookbook::FAQ Frequently asked questions about Moose  
Moose::Cookbook::Recipe1 The (always classic) Point example.  
Moose::Cookbook::Recipe2 A simple BankAccount example  
Moose::Cookbook::Recipe3 A lazy BinaryTree example  
Moose::Cookbook::Recipe4 Subtypes, and modeling a simple Company class hierarchy  
Moose::Cookbook::Recipe5 More subtypes, coercion in a Request class  
Moose::Cookbook::Recipe6 The Moose::Role example  
Moose::Cookbook::WTF For when things go wrong with Moose