Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / lib /
2012-05-08 Ricardo Signes document that auto_deref is wantarray-based
2012-05-06 Jesse Luehrs keep the same return value init_meta had previously
2012-04-30 Jesse Luehrs fix init_meta order when multiple also package are...
2012-04-29 Chris Prather fix the erroneous ->kv call in the docs
2012-04-29 Karen Etheridge minor doc fixes
2012-04-25 Jesse Luehrs add the init_meta thing to ::Delta
2012-04-25 Jesse Luehrs don't list dev releases in ::Delta
2012-04-03 Jesse Luehrs typo fix
2012-04-03 Jesse Luehrs fix spelling error
2012-03-31 Dave Rolsky Weaken the $metaclass closed over by the meta method.
2012-03-31 Dave Rolsky Weaken the associated_metaclass after cloning a method.
2012-03-30 Karen Etheridge link to the docs that say "avoid auto_deref".
2012-03-30 Karen Etheridge BestPractices now advises against the use of lazy_build
2012-03-28 shelling [pod] set identical explaination in one section
2012-03-22 shelling fix manual typo
2012-03-17 Dave Rolsky Add docs for CMOP::Method::Overload
2012-03-17 Jesse Luehrs documentation
2012-03-17 Jesse Luehrs implement remove_overloaded_operator
2012-03-17 Jesse Luehrs rename these for more consistency
2012-03-17 Jesse Luehrs factor this out into a private method
2012-03-17 Jesse Luehrs provide an is_overloaded method
2012-03-17 Jesse Luehrs clean some things up, add some more tests
2012-03-17 Jesse Luehrs not sure how i ever expected that to work
2012-03-17 Jesse Luehrs s/op/operator/g
2012-03-17 Jesse Luehrs start sketching out an overload api for the mop
2012-03-17 Dave Rolsky Fix perigrin's spelling
2012-03-17 Jesse Luehrs update the docs
2012-03-17 Jesse Luehrs move metarole application from init_meta to the end...
2012-03-17 Chris Prather add a note about multi-level exports
2012-03-17 Jesse Luehrs meta_lookup needs to propagate downwards, if unspecified
2012-03-17 Jesse Luehrs fix the order of init_meta calls, when nesting
2012-03-12 Karen Etheridge document the builder accessor method
2012-03-01 Dave Rolsky Fix test setup code for Table_MetaclassTrait recipe
2012-03-01 Dave Rolsky Add missing =over and =back
2012-02-21 Jesse Luehrs comment about why we explicitly clear @ISA
2012-02-20 Dave Rolsky Mention cookbook rename in Delta
2012-02-20 Dave Rolsky Add one more deleted recipe to the Legacy section
2012-02-20 Dave Rolsky Fix links to legacy recipes
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 There is no extending recipe3 any more
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 Remove reference to not-yet-written Meta::Recipe8
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 Remove deleted recipes from Cookbook.pod
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-02-19 Tomas Doran And the same fix for role_type
2012-02-19 Tomas Doran Fix bug with multiple class_type statements.
2012-02-18 Dave Rolsky Fix implementation of _STRINGLIKE0
2012-02-14 Dave Romano Some typo fixes for the Class::MOP docs
2012-02-13 Karen Etheridge require the minimum version of Class::Load that has...
2012-02-11 Dave Rolsky Fix some broken web links
2012-02-11 Dave Rolsky Use mailto: in L<> links to email addresses
2012-02-11 Dave Rolsky Fix (or remove) broken links in the POD
2012-01-27 Jesse Luehrs recipe11 needs to load DateTime::Calendar::Mayan
2012-01-06 Dave Rolsky During role summation, make sure that any method name...
2011-12-31 Dave Rolsky Fix a small comment typo
2011-12-30 Dave Rolsky Fix error message buglet
2011-11-23 Dave Rolsky Fix code example to match current api
2011-11-17 Jesse Luehrs fix weak lazy attributes (tome)
2011-11-04 Jesse Luehrs spelling fix
2011-11-02 Dave Rolsky Fix docs on inlining to reflect reality
2011-10-25 Dave Rolsky Add mention of load_class and is_class_loaded to Delta
2011-10-25 Dave Rolsky Small doc tweak - replace "there" with link to Class...
2011-10-25 Dave Rolsky Remove trailing whitespace
2011-10-25 Chris Prather document that some functions moved to Class::Load
next