Stevan Little > Moose-0.17

Moose-0.17

This Release Moose-0.17  [Download] [Browse 14 Nov 2006
Latest Release Moose-0.87  [Download] [Browse 07 Jul 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs (12) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (46)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating ***** (9 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.17
Moose::Meta::Attribute The Moose attribute metaclass     0.08
Moose::Meta::Class The Moose metaclass     0.09
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::Overriden A Moose Method metaclass for overriden methods     0.01
Moose::Meta::Role The Moose Role metaclass     0.05
Moose::Meta::Role::Method A Moose Method metaclass for Roles     0.01
Moose::Meta::TypeCoercion The Moose Type Coercion metaclass     0.02
Moose::Meta::TypeConstraint The Moose Type Constraint metaclass     0.07
Moose::Meta::TypeConstraint::Union A union of Moose type constraints     0.03
Moose::Object The base object for Moose     0.07
Moose::Role The Moose Role     0.06
Moose::Util::TypeConstraints Type constraint system for Moose     0.10

Documentation

Moose::Cookbook How to cook a Moose  
Moose::Cookbook::FAQ Frequenty 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