Rename Meta::Recipe1 to Meta::WhyMeta
[gitmo/Moose.git] / lib /
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
2011-10-25 Jesse Luehrs don't assume search.cpan.org-format anchors
2011-10-25 Matt S Trout make make_mutable always return $self and alter tests...
2011-10-24 Dave Rolsky Remove docs on no-longer-existent make_immutable method...
2011-10-14 Dave Rolsky Fix uninit var warning from _inline_create_error when...
2011-10-05 Ricardo Signes document the change in the changelogs
2011-10-05 Ricardo Signes allow single-value enums
2011-10-04 Jesse Luehrs update our contributor information a bit
2011-10-04 Jesse Luehrs update the SEE ALSO section a bit
2011-09-28 Jesse Luehrs couple more typo fixes
2011-09-28 Brad Bowman BestPractices namespace::autoclean not "no Moose"
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-09-28 Brad Bowman s/statis/stasis/ in Moose/Meta/Role.pm
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-19 Dave Rolsky Clarify that ->parents returns a list
2011-09-18 Jesse Luehrs fix is_subtype_of for unregistered class types
2011-09-17 Jesse Luehrs if a union type has no common ancestors, ->parent shoul...
2011-09-17 Jesse Luehrs factor this out into a separate method
2011-09-17 Jesse Luehrs simpler get_all_method_names implementation
2011-09-17 Dave Rolsky Doc UNIVERSAL change in Delta
2011-09-17 Dave Rolsky UNIVERSAL methods now show up in the class lists of...
2011-09-17 Jesse Luehrs track implicitly created types as being created in...
2011-09-17 Jesse Luehrs allow overriding class and role types with equivalent...
2011-09-17 Jesse Luehrs record the definition location for class and role types
2011-09-17 Jesse Luehrs overriding types with class_type or role_type should...
2011-09-17 Jesse Luehrs first stab (this really needs some work)
2011-09-17 Jesse Luehrs be more verbose in the required method error (RT#60583)
2011-09-17 Jesse Luehrs haha, nothing ever did use this, did it
2011-09-17 Jesse Luehrs starting from the deepest tc isn't necessary
2011-09-17 Jesse Luehrs add some more explanation to the ::Delta entries
2011-09-17 Dave Rolsky Docs changes to parent(s) for Union types in Changes...
2011-09-17 Dave Rolsky Fix Union->parent to return the nearest common ancestor
2011-09-17 Dave Rolsky Fix is_subtype_of - we cannot use ->equals
2011-09-17 Dave Rolsky Doc union type changes in Delta and Changes
2011-09-17 Dave Rolsky Union types look at all member types when determining...
2011-09-16 Dave Rolsky Doc is_stub method
2011-09-16 Dave Rolsky Don't throw an error when a delegation overrides a...
2011-09-16 Dave Rolsky Fix odd indentation
2011-09-16 Dave Rolsky Don't warn when overriding a stub method with an accessor
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-07 Dave Rolsky fix some pod errors
2011-09-06 Jesse Luehrs update changes and delta
2011-09-06 Jesse Luehrs handle this in package::stash
2011-09-06 Dave Rolsky Remove deprecation warning for CMOP::load_class ...
2011-09-06 Dave Rolsky document deprecations in Changes & Delta
2011-09-06 Dave Rolsky Deprecate CMOP::{load_class, is_class_loaded, load_firs...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-04 Dave Rolsky Explicitly test each value of handles to make sure...
2011-09-01 Ricardo Signes changelog/delta for shallow_clone
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-08-29 Jesse Luehrs clean up duck type a bunch
2011-08-29 Shawn M Moore Foreign options forbid caching of interpolated attribut...
2011-08-29 Shawn M Moore Flesh out meta_lookup doc a little more
next