Con el apoyo económico de The Fundation Perl, Dave Rolsky ha terminado la redacción de un montón de documentos:
- Código: Seleccionar todo
Moose::Cookbook How to cook a Moose
Moose::Cookbook::Basics::Recipe1 The (always classic) Point example.
Moose::Cookbook::Basics::Recipe10 Operator overloading, subtypes, and coercion
Moose::Cookbook::Basics::Recipe11 Using BUILDARGS and BUILD to hook into object construction
Moose::Cookbook::Basics::Recipe12 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::Recipe9 Builder methods and lazy_build
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::FAQ Frequently asked questions about Moose
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::Cookbook::WTF For when things go wrong with Moose
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::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::Types Moose's type system
Moose::Spec::Role Formal spec for Role behavior
Moose::Unsweetened Moose idioms in plain old Perl 5 without the sugar