Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Mixin / HasMethods.pm
2011-01-03 Florian Ragwitz Merge branch 'stable' master
2011-01-03 Florian Ragwitz Version 1.12 stable 1.12
2010-11-17 Jesse Luehrs clean up ::HasMethods a bunch
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-11-16 Jesse Luehrs don't invalidate the method map if we add a method...
2010-11-15 Jesse Luehrs stop using the old-style api here, it's slower
2010-11-15 Jesse Luehrs speed up has_method a little bit, hopefully
2010-11-15 Jesse Luehrs cache the full method map where possible
2010-11-15 Jesse Luehrs i think the changes i made to _method_map could make...
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
2010-11-15 Jesse Luehrs get rid of _full_method_map, and make _method_map do...
2010-10-29 Dave Rolsky bump version to 1.11
2010-10-16 Dave Rolsky bump version to 1.10 so we can dep on it in Moose
2010-09-27 Jesse Luehrs let the method subclasses take care of their own hackery
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs ugh, need the hack for this too
2010-09-27 Jesse Luehrs move this back to HasMethods, since moose roles will...
2010-09-27 Jesse Luehrs ugh, hacks
2010-09-27 Jesse Luehrs push this stuff back into HasMethods and HasAttributes
2010-09-27 Dave Rolsky bump version to 1.09
2010-09-13 Dave Rolsky Bump version to 1.08 1.08
2010-09-06 Dave Rolsky Clarify comment for new code
2010-09-06 Dave Rolsky Tidy code
2010-09-06 gfx Fix a bug that get_method_list() thrown the error for...
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-24 Dave Rolsky Fix a mysterious failure reported by Piers Cawley
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-23 Dave Rolsky Constants _should_ be reported as methods.
2010-08-20 Dave Rolsky Bump version to 1.05
2010-08-19 Dave Rolsky Don't make a method object for calls to has_method...
2010-08-15 Dave Rolsky Make sure that get_method_list and _get_local_methods...
2010-08-15 Dave Rolsky Add _get_local_methods method that returns method objec...
2010-08-15 Dave Rolsky Big optimization for get_method_list
2010-08-15 Dave Rolsky Clarify comment after refactoring
2010-08-08 Dave Rolsky Get the package name once as a small optimization
2010-08-05 Dave Rolsky A small optimization to CMOP::Mixin::HasMethods::get_me...
2010-07-25 Dave Rolsky bump version to 1.04
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-05-20 Florian Ragwitz Version 1.02 1.02
2010-05-06 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-04 Dave Rolsky Update Changes, bump version to 0.97_01, make copyright... 0.97_01
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.