all does what we want anyway, no need for the weird if/return stuff
[gitmo/Moose.git] / lib / Moose / Meta /
2009-06-24 Hans Dieter Pearcey associate methods installed by delegation
2009-06-24 Hans Dieter Pearcey document 'bare'
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey document new behavior
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey document new behavior
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey don't override attach_to_class, override install_accessors
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-21 Jesse Luehrs just use _construct_instance from CMOP
2009-06-21 Dave Rolsky work with Inlined changes in CMOP
2009-06-21 Dave Rolsky Inherit from CMOP::Method::Inlined, not ::Generated
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-06 Dave Rolsky bump version to 0.80
2009-06-02 Shawn M Moore Excluding a conflicting method is a certainly valid...
2009-05-31 Shawn M Moore Use class/type information instead of a useless is_conf...
2009-05-31 Shawn M Moore More doc for Method::Conflicting
2009-05-31 Shawn M Moore Make roles required
2009-05-31 Shawn M Moore Move Method::Conflicted to Conflicting
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
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 Jesse Luehrs grammar fix
2009-05-30 Shawn M Moore Mark possessives with an apostrophe!
2009-05-30 Shawn M Moore Fix missing ) in pod
2009-05-29 hakim Fix documentation to point to correct superclass
2009-05-25 Chris Prather remove required => 1 from lazy_build
2009-05-23 Yuval Kogman Inline DESTROY even without DEMOLISH methods
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-12 Dave Rolsky bump version to 0.78
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 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-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-02 Dave Rolsky bump version to 0.77 0.77
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-29 Chris Prather Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-04-29 Shawn M Moore POD for TC::Class's get_message override
2009-04-29 Chris Prather Merge commit 'origin/master'
2009-04-29 Chris Prather remove code stole from List::MoreUtils since we use...
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-25 Shawn M Moore Revert "Moose now warns about class implicitly overridi...
2009-04-24 Shawn M Moore For class_types, explicitly state that the value is...
2009-04-24 Hans Dieter Pearcey re-apply my patch
2009-04-24 Hans Dieter Pearcey simpler test case
2009-04-24 Hans Dieter Pearcey if something is already matching the type constraint...
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-21 Shawn M Moore Moose now warns about class implicitly overriding metho...
2009-04-20 Dave Rolsky Add some minimal docs
2009-04-20 Dave Rolsky Add $VERSION & $AUTHORITY
2009-04-20 Dave Rolsky Doh, need to include wrapped_method_metaclass in our...
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-20 Dave Rolsky perltidy
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-04-15 Jesse Luehrs move validation (can't inherit from roles) from Moose...
2009-04-13 Hans Dieter Pearcey note that role application does not try to save your...
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-07 Dave Rolsky remove ancient deprecated method, update changes for...
2009-04-07 Florian Ragwitz Remove a commented out and deprecated method.
2009-04-07 Florian Ragwitz Include stack traces in deprecation warnings.
2009-04-06 Dave Rolsky bump version 0.73_02
next