Use Test::Requires in recipe tests
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending / Recipe2.pod
2010-09-10 Dave Rolsky Use Test::Requires in recipe tests
2010-01-04 Dave Rolsky Fix extending recipe 2 to actually work, and add tests
2009-09-07 Dave Rolsky Small doc tweaks
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
2009-05-03 Jesse Luehrs update other docs about Moose::Exporter to not use...
2009-03-28 Hans Dieter Pearcey init_meta documentation
2009-02-18 Dave Rolsky Fix some bugs in the recipe code
2009-02-12 Dave Rolsky Some more pod fixlets
2009-02-12 Dave Rolsky Avoid breaking inside code
2009-02-12 Dave Rolsky Revised recipe 2
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-11 Dave Rolsky More doc fixes
2009-01-11 Dave Rolsky Got to do Moose->init_meta
2009-01-11 Dave Rolsky Fix function name
2009-01-06 Dave Rolsky tidy code in pod for consistency
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-27 Dave Rolsky wrote extending recipe2 (role for object base class)
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-07 Dave Rolsky Updated the extending recipes to use Moose::Exporter.
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-02 Dave Rolsky Added a new cookbook section, extending Moose.