make github the primary repository
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta /
2012-03-01 Dave Rolsky Fix test setup code for Table_MetaclassTrait recipe
2012-02-20 Jesse Luehrs stop recommending the register_implementation thing
2012-02-20 Dave Rolsky Add CAVEAT to Meta::Table_MetaclassTrait about issues...
2012-02-20 Dave Rolsky Rename Extending::Recipe2 to Extending::Debugging_BaseC...
2012-02-20 Dave Rolsky Rename Meta::Recipe7 to Meta::GlobRef_InstanceMetaclass
2012-02-20 Dave Rolsky Rename Meta::Recipe6 to Meta::PrivateOrPublic_MethodMet...
2012-02-20 Dave Rolsky Rename Meta::Recipe5 to Meta::Table_MetaclassTrait
2012-02-20 Dave Rolsky Rename Meta::Recipe3 to Meta::Labeled_AttributeTrait
2012-02-20 Dave Rolsky Rename Meta::Recipe1 to Meta::WhyMeta
2012-02-20 Dave Rolsky Use a better class name for recipe code
2012-02-20 Dave Rolsky Remove meta recipe 4 and merge its relevant bits into...
2012-02-20 Dave Rolsky Removed Meta recipe2 (an attribute metaclass)
2011-09-28 Jesse Luehrs actually, just stop recommending deprecated software
2011-09-28 Brad Bowman inline_slot_access not inline_create_instance eg.
2011-09-28 Brad Bowman Remove extra ; and $value in Meta::Recipe7
2010-12-28 Dave Rolsky Dzil-ize all the .pod files so they can be pod-woven
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-02 Karen Etheridge one last Test::Exception->Test::Fatal conversion
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-07-31 Dave Rolsky Add missing underscore
2010-03-27 mateu some words for Meta Cookbook.
2010-01-04 Dave Rolsky bump copyright year to 2010
2009-12-10 Shawn M Moore Point to Meta::Recipe3 a little harder in Meta::Recipe2
2009-10-11 Dave Rolsky deprecate get_attribute_map for roles, and remove it...
2009-03-27 Dave Rolsky Fix speling error
2009-03-27 Dave Rolsky Wrote meta recipe 6, a method metaclass example
2009-03-14 Dave Rolsky Redo this example using a glob reference, since the...
2009-03-14 Dave Rolsky fix some spelling mistakes and update the local dictionary
2009-03-03 Dave Rolsky Wrote the meta-instance recipe
2009-02-18 Dave Rolsky Add tool for extracting inline tests.
2009-02-12 Dave Rolsky this speling test is really useful. fixed a whole bunch...
2009-02-12 Dave Rolsky Revised meta recipe 5
2009-02-12 Dave Rolsky Revise meta recipe 4
2009-02-12 Dave Rolsky Revised recipe 3
2009-02-12 Dave Rolsky Revised recipe 2
2009-02-11 Dave Rolsky Revised meta recipe 1
2009-02-04 Lars Dieckow more typo fixes
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-06 Dave Rolsky tidy code in pod for consistency
2008-09-24 Todd Hepler synopsis tweak
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-12 Dave Rolsky Wrote meta recipe 5 - metaclass traits
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 Tweak the abstracts for the two existing meta recipes
2008-07-29 Dave Rolsky add the welcome to the meta-world "recipe" - more of...
2008-07-29 Dave Rolsky Reorganized all the recipes so they're broken into...