nuke prototypes on type constraint construction and retrieval routines
[gitmo/Moose.git] / lib / Moose / Cookbook /
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-02 Dave Rolsky Add some examples of object construction to the synopsi...
2008-09-02 Paul Driver Another spelling error. Pedantic, ain't it?
2008-09-02 Paul Driver Tiny little spelling error in Moose::Cookbook::Extendin...
2008-08-31 Dave Rolsky recipe was missing a number
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky More tweaking of t0m's doc changes
2008-08-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-28 Tomas Doran Add an explanation about Roles/Traits and the differenc...
2008-08-27 Dave Rolsky wrote extending recipe2 (role for object base class)
2008-08-27 Dave Rolsky Fix copyright year
2008-08-27 Dave Rolsky Add caveat about metarole experimental-ness
2008-08-26 Dave Rolsky Added an overview "recipe" for Moose extensions
2008-08-26 Dave Rolsky renamed some recipes in prep for adding extension intro
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-12 Dave Rolsky Wrote meta recipe 5 - metaclass traits
2008-08-10 Dave Rolsky merge from trunk to moose-exporter branch
2008-08-08 Dave Rolsky Took a mostly editorial (as opposed to content) pass...
2008-08-07 Dave Rolsky Updated the extending recipes to use Moose::Exporter.
2008-08-05 Dave Rolsky Revised Basics Recipe 1 a fair bit ...
2008-08-05 Shawn M Moore Hide remove_keywords a bit, rename it to _remove_keywor...
2008-08-04 Dave Rolsky Perltidy this code a bit.
2008-08-04 Dave Rolsky Moose->unimport has to be caled as a method for the...
2008-08-04 Shawn M Moore Add a remove_keywords function so if you extend Moose...
2008-08-03 Dave Rolsky Add a reference to Extending recipe 1 here, since this...
2008-08-03 Dave Rolsky Wrote Extending recipe 1, on using an alternate object...
2008-08-02 Dave Rolsky make_immutable is no longer a keyword
2008-08-02 Dave Rolsky Added a new cookbook section, extending Moose.
2008-08-02 Dave Rolsky Wrote meta recipe 4, a very simple metaclss example.
2008-08-02 Dave Rolsky Fix references to previous recipe
2008-08-02 Dave Rolsky Fix a little bit of grammar
2008-08-02 Dave Rolsky Tweak the abstracts for the two existing meta recipes
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
2008-07-29 Dave Rolsky add the welcome to the meta-world "recipe" - more of...
2008-07-29 Dave Rolsky Some small tweaks to the overloading recipe
2008-07-29 Dave Rolsky Reorganized all the recipes so they're broken into...
2008-07-28 Aran Clary Deltac New cookbook recipe # 12.
2008-07-11 Yuval Kogman various pod fixes
2008-07-02 Stevan Little some doc cleanup
2008-06-30 Yuval Kogman LOLZ
2008-06-30 Yuval Kogman MooseX::Types::Moose in Cookbook::Style
2008-06-30 Yuval Kogman repharse a bit
2008-06-30 Yuval Kogman a note about social style
2008-06-30 Yuval Kogman namespace::clean note
2008-06-30 Yuval Kogman add a heading
2008-06-30 Yuval Kogman start a style guide
2008-06-26 Yuval Kogman Merge 'BUILDARGS' into 'trunk'
2008-06-26 Yuval Kogman Merge 'trunk' into 'BUILDARGS'
2008-06-26 Yuval Kogman update FAQ on constructor stuff
2008-06-26 Yuval Kogman update FAQ
2008-06-19 Dave Rolsky Fix a typoe - "Bool", not "Boo"
2008-06-03 John Goulah first stab at a reserved keyword doc
2008-05-24 Shawn M Moore Describe how easy to is to create a (or reproduce an...
2008-05-24 Shawn M Moore Some prose cleanups
2008-05-24 Shawn M Moore Most of recipe 22 (attribute traits). Could use more...
2008-05-24 Shawn M Moore Whitespace tweaks. Gotta make those => line up
2008-05-19 Brian Manning - added some rough ideas for changes to the docs as...
2008-05-19 Dave Rolsky Try to clarify when builder methods are called, and...
2008-05-19 Dave Rolsky A little bit of grammar/wordsmithing tweaks
2008-05-16 Shawn M Moore Ah.. it was called ProduceStoreArray because there...
2008-05-16 Shawn M Moore Rename the ProduceStoreArray class to ProduceStore...
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-12 Brian Manning - changed snack description to better describe how...
2008-05-12 Brian Manning - fixed extra comma in Perl5ObjsVsMooseObjs
2008-05-10 Stevan Little 0.44 releaase soon
2008-05-10 Dave Rolsky A few tweaks.
2008-05-10 Brian Manning - fixed the class name in the examples so that all...
2008-05-09 Brian Manning - uploaded *correct* versions of HashRef/ArrayRef/Perl...
2008-05-09 Brian Manning - initial commit of new snacks (short documents) for...
2008-05-06 Dave Rolsky Add a missing brace
2008-05-05 Dave Rolsky Ok, this can be done with a default (but it'd be a...
2008-05-03 Dave Rolsky Recipe 11, method aliasing and exclusion with Roles
2008-05-02 Dave Rolsky Document builder names clearly.
2008-05-02 Dave Rolsky Add one more sentence justifying recommendation
2008-05-02 Dave Rolsky Wrote recipe9, builder and lazy_build.
2008-05-02 Dave Rolsky Remove duplicate =cut
2008-05-01 Dave Rolsky Took a shot at writing recipe 7 (it seemed easy enough)
2008-04-08 Shawn M Moore We mention test files by name in the first few recipes...
2008-04-08 Shawn M Moore Moose's class type constraints aren't limited to Moose...
2008-04-08 Shawn M Moore Non hashref instances are no longer a pipe dream, updat...
2008-04-08 Shawn M Moore Note that one benefit of making your class extend Moose...
2008-04-04 Stevan Little doc fix
2008-03-22 Stevan Little tweaking the cookbook
2008-03-22 Stevan Little tweaking the cookbook
2008-03-17 Stevan Little doc updates
2008-01-10 Stevan Little doc fixes, version updates and changelog
2007-12-31 Stevan Little updating copyright dates
2007-11-23 Stevan Little cleanup some stuff before release
2007-10-21 Shawn M Moore Many more fixes. That's probably all of them!
2007-10-21 Shawn M Moore A few more recipe 11 cleanups and rephrasings
2007-10-21 Shawn M Moore Use get_attribute('x') instead of get_attribute_map...
2007-10-20 Shawn M Moore No reason to use $meta_attribute in dump, it's really...
2007-10-20 Shawn M Moore Wow, you really can use 'has' to create new meta-attrib...
2007-10-20 Shawn M Moore Provide an implementation of refresh_with :)
2007-10-20 Shawn M Moore Little fixes
2007-10-20 Shawn M Moore Forgot SYNOPSIS tag
2007-10-20 Shawn M Moore Add a recipe for creating and using a new attribute...
2007-10-19 Stevan Little fixing the type constraints
2007-10-02 Stevan Little nits
2007-10-01 Stevan Little fixing the code in SYNOPSIS
next