make github the primary repository
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending /
2012-02-20 Dave Rolsky Small tweaks to new text
2012-02-20 Jesse Luehrs calling Moose->init_meta yourself really shouldn't...
2012-02-20 Jesse Luehrs need to use Moose in this example
2012-02-20 Jesse Luehrs class metaclasses can also be applied directly
2012-02-20 Jesse Luehrs add another warning against subclass extensions
2012-02-20 Jesse Luehrs this is actually completely unnecessary
2012-02-20 Jesse Luehrs 'use Moose::Exporter' already turns on strict and warnings
2012-02-20 Dave Rolsky Fix tests for moose sugar extending recipe so they...
2012-02-20 Dave Rolsky Rename Extending::Recipe4 to Extending::Mooseish_MooseSugar
2012-02-20 Dave Rolsky Rename Extending::Recipe2 to Extending::Debugging_BaseC...
2012-02-20 Dave Rolsky Rename Extending::Recipe1 to Extending::ExtensionOverview
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 Remove recipe on providing an alternate base class
2012-02-20 Dave Rolsky Use a metaclass trait and don't do "also => Moose"
2012-02-20 Dave Rolsky Update to modernize recommendations and make example...
2011-09-28 Jesse Luehrs actually, just stop recommending deprecated software
2011-09-28 Brad Bowman Alter with_meta description in Extending::Recipe4
2011-09-28 Brad Bowman Capitalization fix MyApp::base to MyApp::Base
2011-09-28 Brad Bowman Add missing comma in Extending::Recipe1 example
2011-09-28 Brad Bowman Note MooseX::AttributeHelpers deprecation
2011-04-22 Jesse Luehrs stop encouraging wrapping BUILDALL, it's a bad idea
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-09-10 Dave Rolsky Use Test::Requires in recipe tests
2010-01-04 Dave Rolsky bump copyright year to 2010
2010-01-04 Dave Rolsky Fix extending recipe 2 to actually work, and add tests
2009-09-07 Dave Rolsky Use with_meta in Moose, Moose::Role, and docs (rather...
2009-09-07 Dave Rolsky Small doc tweaks
2009-09-07 Dave Rolsky Run new code through perltidy
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
2009-07-08 Chris Prather fix the documentation *again* based on what stevan...
2009-07-08 Chris Prather re-word the Trait/Role differentiation text to explain...
2009-05-06 Cory Watson Fix typo in Extending::Recipe1
2009-05-03 Jesse Luehrs update other docs about Moose::Exporter to not use...
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-03-28 Hans Dieter Pearcey init_meta documentation
2009-02-21 Dave Rolsky A hack I think will fix the formatting on search.cpan.
2009-02-18 Dave Rolsky Add tool for extracting inline tests.
2009-02-18 Dave Rolsky Fix some bugs in the recipe code
2009-02-14 Dave Rolsky Be consistent and say "attribute option(s)", not "param...
2009-02-12 Dave Rolsky Revise extending recipe 4
2009-02-12 Dave Rolsky Apparentl S<C<< doesn't work with all pod parsers
2009-02-12 Dave Rolsky Some more pod fixlets
2009-02-12 Dave Rolsky Revised extending recipe 3
2009-02-12 Dave Rolsky Avoid breaking inside code
2009-02-12 Dave Rolsky Revised recipe 2
2009-02-12 Dave Rolsky Revised extending 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-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-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-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-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-03 Dave Rolsky Wrote Extending recipe 1, on using an alternate object...
2008-08-02 Dave Rolsky Added a new cookbook section, extending Moose.