fix instance application not passing along role args (lsm)
[gitmo/Moose.git] / lib / Moose / Meta / Method /
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-16 Graham Knop Fix various broken links in POD
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-03-07 Jesse Luehrs fix DEMOLISH methods not being called in some cases
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky add BUGS section to docs without one
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2010-01-04 Dave Rolsky bump copyright year to 2010
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-10-14 Jesse Luehrs remove the warning for $self->new
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-17 Yuval Kogman Force parsing of blessed() as a function
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky Small refactoring to simplify generating code a bit
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky _expected_constructor_class is no longer used
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-12 Shawn M Moore Fix bug with $obj->new when $obj has stringify overloading
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-17 Dave Rolsky This class has no more public methods
2009-07-09 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-09 Stefan O'Rear Avoid using inline_slot_access in Moose accessors
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-05 Yuval Kogman Laxen the error condition for delegation methods
2009-07-03 Dave Rolsky bump version to 0.86
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-25 Hans Dieter Pearcey default more helpfully
2009-06-25 Shawn M Moore Fix stevanism in a comment
2009-06-25 Hans Dieter Pearcey add curried_arguments, usable from hashref handles
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-22 Dave Rolsky bump version to 0.82
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-05-29 hakim Fix documentation to point to correct superclass
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-02 Dave Rolsky bump version to 0.77 0.77
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-07 Dave Rolsky bump version to 0.74
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 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 class_of for Destructor.. I wonder if this is even...
2009-03-27 Dave Rolsky make a lazy attribute use the same logic value coercion...
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 bump version and update Changes
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 docs for MM::Method::Augmented
next