Begin s/conflicted/conflicting/
[gitmo/Moose.git] / lib /
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
2009-05-31 Shawn M Moore Make Conflicted immutable
2009-05-31 Shawn M Moore Much better error message for role conflicts
2009-05-31 Shawn M Moore Use role names for consistency with ToRole
2009-05-31 Shawn M Moore Include roles in the role summation add_conflicted_method
2009-05-31 Shawn M Moore Basic conflict message
2009-05-30 Shawn M Moore Method::Required->name is required
2009-05-30 Shawn M Moore Role::Method->is_conflict
2009-05-30 Shawn M Moore Use add_conflicted_method instead of add_required_metho...
2009-05-30 Shawn M Moore Role->add_conflicted_method
2009-05-30 Shawn M Moore Add conflicted method metaclass
2009-05-30 Shawn M Moore Use required method objects in ToClass, not names
2009-05-30 Shawn M Moore Use required_method objects, not names, in ToRole
2009-05-30 Shawn M Moore Use objects, not names, in RoleSummation
2009-05-30 Shawn M Moore Fix role delegation
2009-05-30 Shawn M Moore get_required_method_list now returns objects not names
2009-05-30 Shawn M Moore Add get_values
2009-05-30 Shawn M Moore Rename internal get_list to get_keys for clarity
2009-05-30 Shawn M Moore Grammar fix
2009-05-30 Shawn M Moore required_methods is now a hashref of Method::Requireds...
2009-05-30 Shawn M Moore Typo fix
2009-05-30 Shawn M Moore No need to explicitly uniq, since assigning to a hash...
2009-05-30 Shawn M Moore Use blessed not ref
2009-05-30 Shawn M Moore Have add_required_methods inflate the required methods
2009-05-30 Shawn M Moore Documentation
2009-05-30 Shawn M Moore We need to say new -> _new? what's the better way of...
2009-05-30 Shawn M Moore Add required_method_metaclass attribute
2009-05-30 Shawn M Moore Make Role::Method::Required its own entity, since it...
2009-05-30 Shawn M Moore Mark possessives with an apostrophe!
2009-05-30 Shawn M Moore Fix missing ) in pod
2009-05-30 Jesse Luehrs pass 0, not 1, to inline_constructor to silence warnings
2009-05-30 Shawn M Moore Remove punctuation from an error message
2009-05-29 hakim Fix documentation to point to correct superclass
2009-05-25 Dave Rolsky Rephrase required docs
2009-05-25 Chris Prather remove required => 1 from lazy_build
2009-05-25 Chris Prather correct the documentation for required
2009-05-23 Yuval Kogman Update test suite for subname changes in Class::MOP
2009-05-23 Yuval Kogman Inline DESTROY even without DEMOLISH methods
2009-05-22 Shawn M Moore Rename _make_wrapper to _curry_wrapper and fiddle its...
2009-05-22 Shawn M Moore Use class_of instead of CMOPC->initialize
2009-05-19 Chris Prather add a FAQ about the coercion change in 0.76
2009-05-18 Shawn M Moore When your ->meta method does not return a Moose::Meta...
2009-05-16 Shawn M Moore If we M'Ex/also a module that isn't loaded, hint that...
2009-05-13 michaelr added check for an even number of options to 'has'
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-13 Dave Rolsky At least try to get the inheritance chain from a metacl...
2009-05-13 Dave Rolsky More global destruction fixes.
2009-05-12 Dave Rolsky bump version to 0.78
2009-05-10 Shawn M Moore Factor out Role's before/after/around into a helper...
2009-05-10 Shawn M Moore Make role_for_combination private
2009-05-10 Dave Rolsky Move method so the definition comes after first use
2009-05-10 Shawn M Moore Satisfy pod_spell
2009-05-10 Shawn M Moore Add role_for_combination for MXRP
2009-05-08 Florian Ragwitz Pod formatting fixes.
2009-05-08 Hans Dieter Pearcey remove all uses of load_class's return value; use class...
2009-05-07 Dave Rolsky some style tweaks to t0m's change to the metaclass...
2009-05-07 Tomas Doran (t0m) Fix one of the issues you see with metaclass incomat...
2009-05-06 Cory Watson Fix typo in Extending::Recipe1
2009-05-04 Dave Rolsky Actually require CMOP 0.83 in code, not just the Makefi...
2009-05-03 Shawn M Moore Make role_applications return a list not an arrayref
2009-05-03 Shawn M Moore Weaken the references to role and class, like everythin...
2009-05-03 Shawn M Moore Doc for role_application methods
2009-05-03 Shawn M Moore Add role application objects to each class
2009-05-03 Shawn M Moore Have Moose::Meta::Role::Application::ToClass track...
2009-05-03 Dave Rolsky Fix speling
2009-05-03 Dave Rolsky Remove link to nonexistent recipe
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 Add back Unsweetened.pod as a pointer to Moose::Manual...
2009-05-03 Dave Rolsky move Unsweetened into the Manual
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 don't rely on method meta objects still existing in...
2009-05-03 Jesse Luehrs better error message for when global destruction messes...
2009-05-03 Jesse Luehrs update other docs about Moose::Exporter to not use...
2009-05-03 Jesse Luehrs remove strict and warnings from modules that use Moose...
2009-05-03 Dave Rolsky Text tweaks for description
2009-05-03 Jesse Luehrs update changes and delta
2009-05-03 Jesse Luehrs fix typos in Moose::Exporter docs
2009-05-03 Jesse Luehrs update docs for Moose::Exporter
2009-05-03 Jesse Luehrs make Moose::Exporter import strict and warnings
2009-05-02 Dave Rolsky Fix some odd indentation in some code examples
2009-05-02 Dave Rolsky s/a/an/
2009-05-02 Dave Rolsky Some small wording tweaks for Construction manual
2009-05-02 Dave Rolsky Add a simple code example for "no Moose".
2009-05-02 Dave Rolsky bump version to 0.77 0.77
2009-05-02 Dave Rolsky Fix a few small typos
2009-04-30 Chris Prather 05:27 <@autarch> just import them in both Moose & CMOP
2009-04-30 Chris Prather fix accidental exports
2009-04-30 Chris Prather swap instance of Class::MOP::in_global_destruction...
2009-04-30 Chris Prather swap instance of Class::MOP::subname to Sub::Name subname
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?
next