Stevan Little > Moose-0.33

Moose-0.33

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

Modules

Moose A complete modern object system for Perl 5     0.33
Moose::Meta::Attribute The Moose attribute metaclass     0.15
Moose::Meta::Class The Moose metaclass     0.17
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.08
Moose::Meta::Method::Constructor Method Meta Object for constructors     0.03
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.11
Moose::Meta::Role::Method A Moose Method metaclass for Roles     0.01
Moose::Meta::Role::Method::Required A Moose metaclass for required methods in Roles     0.01
Moose::Meta::TypeCoercion The Moose Type Coercion metaclass     0.05
Moose::Meta::TypeCoercion::Union The Moose Type Coercion metaclass for Unions     0.02
Moose::Meta::TypeConstraint The Moose Type Constraint metaclass     0.10
Moose::Meta::TypeConstraint::Parameterized Higher Order type constraints for Moose     0.02
Moose::Meta::TypeConstraint::Registry registry for type constraints     0.01
Moose::Meta::TypeConstraint::Union A union of Moose type constraints     0.06
Moose::Object The base object for Moose     0.09
Moose::Role The Moose Role     0.07
Moose::Util Utilities for working with Moose classes     0.01
Moose::Util::TypeConstraints Type constraint system for Moose     0.18
Test::Moose Test functions for Moose specific features     0.01
oose syntactic sugar to make Moose one-liners easier     0.01

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::Recipe11 The meta-attribute 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::Recipe7 The augment/inner example  
Moose::Cookbook::Snack::Types Snippets of code for using Types and Type Constraints  
Moose::Cookbook::WTF For when things go wrong with Moose  
Moose::Spec::Role Formal spec for Role behavior