gitmo/Class-MOP.git
2010-09-23 Jesse Luehrs make lack of a meta method testable
2010-09-23 Jesse Luehrs don't both "use metaclass" and then "use base 'Class...
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-20 Florian Ragwitz Depend on a known good version of Package::Stash
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-13 Dave Rolsky Release date for 1.08
2010-09-11 Karen Etheridge add conflict for earlier namespace::autoclean, which...
2010-09-06 Dave Rolsky Doc changes from gfx
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 Karen Etheridge use Test::Requires in tests
2010-08-24 Florian Ragwitz Make M::I::ExtraTests fail more obvious
2010-08-24 Dave Rolsky Small changes wording tweaks 1.07
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-24 Dave Rolsky Changes for 1.07
2010-08-24 Dave Rolsky Fix a mysterious failure reported by Piers Cawley
2010-08-23 Dave Rolsky Restore the call to check_conflicts 1.06
2010-08-23 Dave Rolsky Revert "Use check_conflicts from Module::Install"
2010-08-23 Dave Rolsky Remove extra use of check_conflicts
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-23 Dave Rolsky Changes for 1.06
2010-08-23 Dave Rolsky Add a test for a constant with an undef value
2010-08-23 Dave Rolsky Constants _should_ be reported as methods.
2010-08-22 Dave Rolsky Use check_conflicts from Module::Install
2010-08-22 Dave Rolsky Release date for 1.05 1.05
2010-08-22 Dave Rolsky Changes for 1.05
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 Add Changes for doy's better_default_generation branch
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky Require latest Package::DeprecationManager 1.04
2010-07-25 Dave Rolsky bump version to 1.04
2010-07-25 Dave Rolsky Add date for 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 Add authority metadata
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-06-05 Florian Ragwitz Add release day for 1.02
2010-06-05 Florian Ragwitz Changelog Package::Stash
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-20 Florian Ragwitz Add conflict against old Moose versions
2010-05-20 Florian Ragwitz Fix 0.01 release date
2010-05-20 Florian Ragwitz Fix changelog nit
2010-05-12 Jesse Luehrs need to dep on List::MoreUtils now
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 Clarify what $TODO is about
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 more complicated metaclass initialization tests
2010-05-12 Jesse Luehrs more tests
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-11 Shlomi Fish Add the repository URL to the Makefile.PL/META.yml
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 Dave Rolsky Spell "fucking" properly
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-03-25 Florian Ragwitz Update Changes.
2010-02-02 Florian Ragwitz Changelog indenting.
2010-01-21 franck cuny POD typo corrected
2010-01-18 Dave Rolsky Add release date 0.98
2010-01-18 Dave Rolsky Updated to new style change log and added 0.98 version
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-17 Dave Rolsky Add test for non-alphanumeric attr names (with inlining)
2010-01-04 Dave Rolsky Fix changes for rebless_instance_back (it's not in...
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-25 Dave Rolsky add segfault workaround to pod spelling test
2009-12-19 Dave Rolsky bump version to 0.97 0.97
2009-12-19 Dave Rolsky Add 0.97 changes and dates for 0.96 & 0.97
next