Add inline_rebless_instance to metaclass
[gitmo/Class-MOP.git] / lib /
2010-09-26 Dave Rolsky Add inline_rebless_instance to metaclass
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-09-23 Dave Rolsky Add CMOP::MiniTrait
2010-09-23 Ricardo Signes correct link to Perl6-ObjectSpace
2010-09-23 Jesse Luehrs also allow suppressing the meta method during CMOP...
2010-09-23 Jesse Luehrs docs and changelog
2010-09-23 Jesse Luehrs make lack of a meta method testable
2010-09-23 Jesse Luehrs allow not importing a meta method
2010-09-23 Jesse Luehrs use get_or_add_package_symbol where appropriate
2010-09-22 Jesse Luehrs _get_method_map was renamed to _method_map a while ago
2010-09-17 Dave Rolsky remove debugging warn
2010-09-16 Dave Rolsky Remove pointless concatenation
2010-09-15 Dave Rolsky Use Perl::Tidy to tidy dump of generate source code...
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 Only get ISA once in superclasses method
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 Simplify code a bit by returning immediately from _chec...
2010-08-15 Dave Rolsky Clarify comment after refactoring
2010-08-10 Robert Buels docpatch to Class::MOP::Class to make it more clear...
2010-08-08 Dave Rolsky Some small optimizations to avoid repeated accessor...
2010-08-08 Dave Rolsky Tidy oddly formatted chunk of code
2010-08-08 Dave Rolsky Get the package name once as a small optimization
2010-08-08 Dave Rolsky Inline the clone method in CMOP::Method as an optimization
2010-08-05 Dave Rolsky A small optimization to CMOP::Mixin::HasMethods::get_me...
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky bump version to 1.04
2010-07-14 Dave Rolsky Improve docs for CMOP::Deprecated
2010-07-12 Dave Rolsky Use Package::DeprecationManager to manage deprecations
2010-07-12 Dave Rolsky Remove irrelevant comment
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-05-28 Jesse Luehrs make CMOP::Package a thin wrapper around Package::Stash
2010-05-20 Florian Ragwitz Version 1.02 1.02
2010-05-12 Jesse Luehrs move some metaclass compat docs from moose to here
2010-05-12 Jesse Luehrs handle undef metaclasses where they are defined in...
2010-05-12 Jesse Luehrs simplify
2010-05-12 Dave Rolsky Sigh, and one more place to use _real_ref_name
2010-05-12 Dave Rolsky Fix one more spot to use ->_real_ref_name
2010-05-12 Dave Rolsky Refactor code to get a metaclass object's real class...
2010-05-12 Jesse Luehrs don't whine about unsafe fixing unless we're actually...
2010-05-12 Jesse Luehrs fix up some immutability stuff
2010-05-12 Jesse Luehrs don't call $self->initialize, call CMOP::Class->initialize
2010-05-12 Jesse Luehrs don't try to fix compatible metaclasses
2010-05-12 Jesse Luehrs more correct metaclass compat checking and fixing
2010-05-11 Jesse Luehrs move methods back into CMOP::Class, now that they're...
2010-05-06 Florian Ragwitz Version 1.01. 1.01
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2010-05-03 Jesse Luehrs don't allow incorrectly-blessed __INSTANCE__ parameters
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-01-21 franck cuny POD typo corrected
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-04 Jesse Luehrs Merge topic/reinitialize_instance_back to master.
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.
2009-12-19 Dave Rolsky bump version to 0.97 0.97
2009-12-18 Shawn M Moore Checking in changes prior to tagging of version 0.96... 0.96
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.95... 0.95
2009-11-18 Florian Ragwitz Stop add_method from behaving differently under the...
2009-10-11 Dave Rolsky Deprecate get_attribute_map
2009-10-07 Jay Hannah POD typo corrected.
2009-10-02 Dave Rolsky All methods which take a method name should not accept...
2009-10-01 Yuval Kogman refactor load_first_existing_class
2009-10-01 Jesse Luehrs replace several uses of eval with try
2009-10-01 Yuval Kogman dearbitrarize
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-22 Yuval Kogman Add {get,set}_raw_value methods
2009-09-15 chromatic Fixed some typos in Class::MOP::Class; no functional...
2009-09-14 Dave Rolsky So apparently the case I thought could never happen...
2009-09-14 Dave Rolsky Ok, the error that can never happened, so it should...
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-14 Dave Rolsky Actually implemented public get_method_map for back...
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky Remove debugging cruft
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-14 Dave Rolsky The methods attribute is now inherited from Package
2009-09-14 Dave Rolsky Fix RT 48985
2009-09-14 Shawn M Moore Include method name in immutable methods (fixes #49680)
2009-09-12 Dave Rolsky make load_class return true for the benefit of dumb...
2009-09-12 Dave Rolsky Do not return anything from load_class.
2009-09-12 Dave Rolsky Small tweaks to initializer docs
2009-09-11 Dave Rolsky bump version to 0.92_01 and add release date 0.92_01
2009-09-10 Dave Rolsky Docs for immutable_options
2009-09-10 Dave Rolsky make immutable_options part of the regular CMOP::Class...
2009-09-10 Dave Rolsky Make get_mutable_metaclass_name private (it was never...
2009-08-26 Dave Rolsky Make debugging output for MOP_PRINT_SOURCE a little...
2009-08-25 Dave Rolsky .pm files should not be executable
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-20 franck cuny remove a misplaced sentence in the POD
next