lib/Moose/Meta/Attribute/Native/Trait.pm: factor out some of the namespace resolution...
[gitmo/Moose.git] / lib / Moose / Cookbook /
2012-04-29 Karen Etheridge minor doc fixes
2012-03-01 Dave Rolsky Fix test setup code for Table_MetaclassTrait recipe
2012-02-20 Dave Rolsky Add one more deleted recipe to the Legacy section
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 Dave Rolsky Restore deleted recipes under Moose::Cookbook::Legacy
2012-02-20 Jesse Luehrs stop recommending the register_implementation thing
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 Add CAVEAT to Meta::Table_MetaclassTrait about issues...
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::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 Rename Roles::Recipe3 to Roles::ApplicationToInstance
2012-02-20 Dave Rolsky Rename Roles::Recipe2 to Roles::Restartable_AdvancedCom...
2012-02-20 Dave Rolsky Rename Roles::Recipe1 to Roles::Comparable_CodeReuse
2012-02-20 Dave Rolsky Rename Basics::Recipe11 to Basics::DateTime_ExtendingNo...
2012-02-20 Dave Rolsky Rename Basics::Recipe10 to Basics::Person_BUILDARGSAndBUILD
2012-02-20 Dave Rolsky Rename Basics::Recipe9 to Basics::Genome_OverloadingSub...
2012-02-20 Dave Rolsky Rename Basics::Recipe8 to Basics::BinaryTree_BuilderAnd...
2012-02-20 Dave Rolsky Rename Basics::Recipe7 to Basics::Immutable
2012-02-20 Dave Rolsky Rename Basics::Recipe6 to Basics::Document_AugmentAndInner
2012-02-20 Dave Rolsky Rename Basics::Recipe5 to Basics::HTTP_SubtypesAndCoercion
2012-02-20 Dave Rolsky Rename Basics::Recipe4 to Basics::Company_Subtypes
2012-02-20 Dave Rolsky Rename Basics::Recipe3 to Basics::BinaryTree_AttributeF...
2012-02-20 Dave Rolsky Rename Basics::Recipe2 to Basics::BankAccount_MethodMod...
2012-02-20 Dave Rolsky Rename Basics::Recipe1 to Basics::Point_AttributesAndSu...
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 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)
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...
next