Removed Meta recipe2 (an attribute metaclass)
[gitmo/Moose.git] / lib / Moose / Cookbook /
2012-02-20 Dave Rolsky Removed Meta recipe2 (an attribute metaclass)
2012-02-20 Dave Rolsky Update to modernize recommendations and make example...
2012-01-27 Jesse Luehrs recipe11 needs to load DateTime::Calendar::Mayan
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
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-05-07 Jesse Luehrs and fix the reference to the test file
2011-05-07 Jesse Luehrs fix recipe synopsis
2011-05-07 Jesse Luehrs overriding new isn't necessary when using mx-nonmoose
2011-05-07 Jesse Luehrs typo
2011-05-07 Jesse Luehrs this is not what gender means
2011-05-07 Jesse Luehrs typos
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs talking about things as "magical" isn't helpful
2011-05-07 Jesse Luehrs no need for this to be a footnote, since we talk about...
2011-05-07 Jesse Luehrs simplify a bit by giving this a default
2011-05-07 Jesse Luehrs note how BUILD works here, since it's the first time...
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs clarify a bit
2011-05-07 Jesse Luehrs stop recommending '.' as a type namespace separator
2011-05-07 Jesse Luehrs note that this example really should be using native...
2011-05-07 Jesse Luehrs make this its own header
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs stop documenting BUILDALL and DEMOLISHALL
2011-05-06 Jesse Luehrs use Try::Tiny in this example
2011-05-06 Jesse Luehrs fix up ::Cookbook::Snack::Keywords
2011-05-05 Jesse Luehrs fix references to test files
2011-04-22 Jesse Luehrs stop encouraging wrapping BUILDALL, it's a bad idea
2011-02-08 Karen Etheridge also mention MX::NM:IO
2011-02-07 Karen Etheridge remove meat of recipe - replace with reference to Moose...
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-18 Chris Prather restore documentation for lazy_build and underscore...
2010-11-02 Karen Etheridge one last Test::Exception->Test::Fatal conversion
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
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-10-18 Dave Rolsky s/simply/simple/
2010-09-10 Dave Rolsky Use Test::Requires in recipe tests
2010-07-31 Dave Rolsky Add missing underscore
2010-03-27 mateu some words for Meta Cookbook.
2010-01-26 Patrick Donelan Fixed typos in Recipe9.pod
2010-01-26 Patrick Donelan Fixed typo in Recipe7.pod
2010-01-25 Dave Rolsky Really fix the basics recipe 4 code to remove unneeded...
2010-01-25 Patrick Donelan Removed confusing/unnecessary code in Recipe4 POD
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-12-16 Shlomi Fish Fix a typo.
2009-12-13 Shlomi Fish Merge branch 'master' of git://git.moose.perl.org/Moose
2009-12-12 Shlomi Fish Correct a typo - "invokes"->"invoke".
2009-12-10 Shlomi Fish Add a missing comma.
2009-12-10 Shawn M Moore Point to Meta::Recipe3 a little harder in Meta::Recipe2
2009-12-09 Shlomi Fish Fix a mis-phrasing in the Cookbook.
2009-12-09 Shlomi Fish Fixed a typo - "a Int" -> "an Int".
2009-11-21 Shawn M Moore Fix a grammar error spotted by [rt.cpan.org #51791...
2009-10-11 Dave Rolsky deprecate get_attribute_map for roles, and remove it...
2009-09-11 Dave Rolsky We need to exclude the methods we alias in Restartable...
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-08-31 Jonathan Rockway doc patch via qp_pq: "can be very" instead of "can...
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-07-30 Jesse Luehrs use around for BUILDARGS in the manual, rather than...
2009-07-27 Dan Dascalescu Builders are in recipe 8, not 9
2009-07-27 Dan Dascalescu Typo fix
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-07-02 arcanez another recipe number off-by-one
2009-07-02 arcanez recipe numbers were off
2009-06-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 correct pod document name
2009-05-06 Cory Watson Fix typo in Extending::Recipe1
2009-05-03 Dave Rolsky Moved recipes to get rid of Basic 8 as a TODO, and...
2009-05-03 Dave Rolsky Merge WTF into FAQ - in many cases WTF was out of date...
2009-05-03 Dave Rolsky Remove $next->($self, ...) in favor of $self->$next...
2009-05-03 Dave Rolsky Fix aroun example to handle both read ...
2009-05-03 Dave Rolsky Minor code tweaks in the FAQ
2009-05-03 Jesse Luehrs update other docs about Moose::Exporter to not use...
2009-05-02 Dave Rolsky Fix a few small typos
2009-04-30 Dave Rolsky For inheriting from a non-Moose class, just point to...
2009-04-30 Dave Rolsky Mention MX::NonMoose
2009-04-30 Shawn M Moore Another pass at the FAQ for legibility
2009-04-30 Shawn M Moore hahaha turning off type constraints has been coming...
2009-04-30 Shawn M Moore Get rid of some "I"s for "we"s
2009-04-30 Shawn M Moore Efficiency FAQ updates
2009-04-30 Shawn M Moore Fix my own suspicious grammar
2009-04-30 Shawn M Moore Is Moose ready?
2009-04-30 Shawn M Moore More FAQ content about method modifiers
2009-04-30 Shawn M Moore Update the "is Moose's API stable?" FAQ answer
2009-04-30 Shawn M Moore Rewrite the "is moose production ready?" answer
2009-04-30 Shawn M Moore Improve the extending-nonmoose-classes FAQ answer
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-04-03 Dave Rolsky doh, forgot to actually add the recipe itself
next