Revert "Moose now warns about class implicitly overriding methods from local"
[gitmo/Moose.git] / lib / Moose / Meta /
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
2009-04-06 Dave Rolsky Using find_method_by_name, not find_next_method_by_name...
2009-04-06 Dave Rolsky Fix the is_needed method to actually check the right...
2009-04-06 Dave Rolsky Make initialize_body private to match constructor class.
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky add warning for long-deprecated alias_method method...
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-03-31 Dave Rolsky Move methods so they are in order of use
2009-03-31 Dave Rolsky Fix some bizarro indentation with perltidy
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-28 Shawn M Moore Don't only conditionally use load_class since..
2009-03-28 Shawn M Moore class_of role TC is_subtype_of
2009-03-28 Shawn M Moore class_of role TC is_subtype_of
2009-03-28 Shawn M Moore class_of role TC parents
2009-03-28 Shawn M Moore class_of in Class type constraint
2009-03-28 Shawn M Moore class_of in TypeCoercion->new
2009-03-28 Shawn M Moore class_of in role->combine
2009-03-28 Shawn M Moore Look up the metaclass in get_method_map instead of...
2009-03-28 Shawn M Moore Use $META since we have it
2009-03-28 Shawn M Moore class_of in ToInstance->apply
2009-03-28 Shawn M Moore class_of for Destructor.. I wonder if this is even...
2009-03-28 Shawn M Moore class_of _reconcile_role_differences
2009-03-28 Shawn M Moore no-meta _reconcile_with_superclass_meta
2009-03-28 Shawn M Moore Comment applies here too
2009-03-28 Shawn M Moore no-meta excludes_role
2009-03-28 Shawn M Moore does_role no-meta'ing
2009-03-28 Shawn M Moore Use class_of for roles
2009-03-28 Shawn M Moore initialize will return the metaclass if it's there...
2009-03-28 Shawn M Moore We throw fine error messages when trying to get a role...
2009-03-28 Shawn M Moore Use class_of in attr->clone
2009-03-27 Dave Rolsky make a lazy attribute use the same logic value coercion...
2009-03-27 Dave Rolsky Instead of repeating the same coerce ...
2009-03-27 Dave Rolsky Always use verify_against_type_constraint to check...
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-27 Dave Rolsky Make MMMC->initialize_body private (there is a public...
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky Oops, accidentally edited some code
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-26 Dave Rolsky Docs for MM::TC::TypeRegistry
2009-03-26 Dave Rolsky Punt on documenting Parameteriz{able,ed} - the API...
2009-03-25 Dave Rolsky Fix pod coverage test to actually exclude things that...
2009-03-25 Dave Rolsky Docs for MM::TC::Union
2009-03-25 Dave Rolsky Small refactoring of Union type to remove some wacky...
2009-03-25 Dave Rolsky Docs for MM::TC::Role
2009-03-25 Dave Rolsky Fix a small type
2009-03-25 Dave Rolsky Docs for MM::TC::Enum
2009-03-25 Dave Rolsky docs for MM::TC::Class
2009-03-25 Dave Rolsky Add inheritance section
2009-03-25 Dave Rolsky docs for MM::TypeConstraint
2009-03-25 Dave Rolsky s/constraint/coercion/
2009-03-25 Dave Rolsky Docs for Moose::Meta::TypeCoercion::Union
2009-03-25 Dave Rolsky Docs for Moose::Meta::TypeCoercion
2009-03-24 Dave Rolsky docs for Moose::Meta::Role::Composite
2009-03-24 Dave Rolsky Add note about why this class has no docs
2009-03-24 Dave Rolsky API docs for Moose::Meta::Role
2009-03-23 Dave Rolsky Docs for MM::Method::Overridden
2009-03-23 Dave Rolsky Merge branch 'refactor-immutable'
2009-03-23 Dave Rolsky docs for MM::Method::Destructor
2009-03-21 Dave Rolsky make MMM::Destructor->is_needed a class method only
2009-03-21 Dave Rolsky Make MM::Method::Constructor a subclass of CMOP::Method...
2009-03-21 Dave Rolsky Some small doc tweaks MM::Method::Delegation
2009-03-21 Dave Rolsky Remove the long-deprecated intliaze_body method
2009-03-21 Dave Rolsky docs for MM::Method::Constructor.
2009-03-21 Dave Rolsky Refactored to make _generate_triggers a lot less nesty...
2009-03-21 Dave Rolsky add INHERITANCE section to classes that already have...
2009-03-21 Dave Rolsky docs for MM::Method::Augmented
2009-03-21 Dave Rolsky doc revamp for MM::Method::Accessor
2009-03-21 Dave Rolsky text tweaklets (I always write a lot of hand-waving...
2009-03-21 Dave Rolsky revamp docs for MM::Method
2009-03-21 Dave Rolsky Doc tweak for MM::Instance
2009-03-21 Dave Rolsky Revamped Moose::Meta::Class docs and updated coverage...
2009-03-21 Dave Rolsky Fix a comment in the typo
2009-03-21 Dave Rolsky POD and spelling fixes for MM::Attribute
2009-03-20 Ash Berlin Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-20 Ash Berlin Make Meta::Method::Constructor easier to subclass
2009-03-20 Dave Rolsky doc revamp for MM::Attribute
2009-03-20 Dave Rolsky Remove unused bit of code
2009-03-19 Dave Rolsky changes needed to get Moose working with the renames...
next