Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
2011-01-03 Florian Ragwitz Merge branch 'stable' master
2011-01-03 Florian Ragwitz Version 1.12 stable 1.12
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-10-08 Jesse Luehrs add Class::MOP::metaclass_is_weak
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs bootstrap the meta method in CMOP::Mixin too
2010-09-27 Jesse Luehrs give CMOP::Object a real meta method, and simplify...
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Dave Rolsky bump version to 1.09
2010-09-23 Ricardo Signes correct link to Perl6-ObjectSpace
2010-09-23 Jesse Luehrs make lack of a meta method testable
2010-09-13 Dave Rolsky Bump version to 1.08 1.08
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-20 Dave Rolsky Bump version to 1.05
2010-08-08 Dave Rolsky Inline the clone method in CMOP::Method as an optimization
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-12 Jesse Luehrs move some metaclass compat docs from moose to here
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-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.
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-10-11 Dave Rolsky Deprecate get_attribute_map
2009-10-07 Jay Hannah POD typo corrected.
2009-10-01 Yuval Kogman refactor load_first_existing_class
2009-10-01 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
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-11 Dave Rolsky bump version to 0.92_01 and add release date 0.92_01
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-17 franck cuny fix url in POD for meta-model
2009-08-13 Dave Rolsky bump version to 0.92
2009-07-29 Dave Rolsky Merge branch 'stable'
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into method_map_move
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-15 Shawn M Moore Merge branch 'topic/reduce-inline-constructor' of git...
2009-07-15 gfx Move __class_to_pmfile() in load_first_existing_class...
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-12 gfx Implement an idea of reducing inline constructors in...
2009-07-06 Dave Rolsky apply patch from Goro Fuji for anon class mem leak
2009-07-03 Dave Rolsky bump version to 0.89
2009-06-30 Dave Rolsky almost all tests passing!
2009-06-25 Shawn M Moore Update CMOP comments
2009-06-23 Dave Rolsky bump version to 0.88
2009-06-23 Dave Rolsky Class::MOP::Class::Immutable::Trait can not really...
2009-06-21 Dave Rolsky bump version to 0.87
2009-06-16 Dave Rolsky bump version to 0.86
2009-06-15 Dave Rolsky Undo dylan's version bump (either do it everywhere...
2009-06-11 Dylan William Hardison bumped version, updated Changes, added myself to author...
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-19 Shawn M Moore Localize $SIG{__DIE__} inside _try_load_one_class
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-05-08 nperez Change the writer for insertion_order to include an...
2009-05-08 nperez Add bootstrapping code for insertion_order in Attribute.pm
2009-05-08 Jesse Luehrs fix the docs for load_class to match the implementation
2009-05-08 Jesse Luehrs note the caveat about the IO modules and is_class_loaded
2009-05-08 Hans Dieter Pearcey clarify class_of
2009-05-02 Shawn M Moore Deprecate, don't remove, Class::MOP::{subname,in_global...
2009-04-30 Chris Prather remove Class::MOP::subname and Class::MOP::in_global_de...
2009-04-29 Chris Prather add back in documentation for in_global_destruction...
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-25 Dave Rolsky Remove the "email me" bits from Class::MOP too
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-23 Dave Rolsky a few more tweaks now that CMOP::Class->_immutable_meta... 0.82_01
2009-04-23 Dave Rolsky bump version to 0.82_01
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.82 0.82
2009-04-20 Yuval Kogman allow safe overriding of immutable_trait
2009-04-19 Yuval Kogman refactor a Class::MOP::Method::Inlined base class
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-07 Dave Rolsky bump version to 0.81 0.81
2009-04-07 Florian Ragwitz Include stack traces in the deprecation warnings.
2009-04-05 Dave Rolsky bump version to 0.80_01
2009-04-05 Dave Rolsky Handle undef without warnings in class_of
2009-04-05 Dave Rolsky Fix some comments referencing renamed methods
2009-04-01 Dave Rolsky bump version
2009-04-01 Dave Rolsky remove docs for HAVE_ISAREV
2009-03-31 Shawn M Moore Make HAVE_ISAREV warn
2009-03-31 Shawn M Moore Deprecate HAS_ISAREV, it was always just returning 1!
2009-03-29 Hans Dieter Pearcey clean up trailing whitespace
2009-03-29 Hans Dieter Pearcey fix load_first_existing_class to die on an existing...
2009-03-28 Shawn M Moore Move class_of into the scope of %METAS to save a method...
2009-03-28 Shawn M Moore Don't protect against undef both because this is a...
2009-03-28 Shawn M Moore Document that load_class returns the metaclass
2009-03-28 Shawn M Moore Make class_of actually work, since it's not a method! :x
next