Update Changes, bump version to 0.97_01, make copyright 2006-2010
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
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
2009-03-28 Shawn M Moore Tweaks to class_of
2009-03-28 Shawn M Moore Doc for class_of
2009-03-28 Shawn M Moore Class::MOP::class_of($instance_or_class)
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-22 Dave Rolsky Merge branch 'master' into refactor-immutable
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-14 Dave Rolsky Update the spelling dictionary and fix errors in Class...
2009-03-14 Dave Rolsky Make get_code_info "public"(er)
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-03-12 Dave Rolsky Lots of doc updates and cleanup.
2009-03-12 Dave Rolsky No space between function name & args in docs.
2009-02-24 Dave Rolsky bump version and update Changes for a release 0.78
2009-02-22 Dave Rolsky renumber to 0.77_01 for a dev release
2009-02-22 Dave Rolsky Remove all the pure Perl bits to go XS-only
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-02-14 Florian Ragwitz Add a wrapped_method_metaclass attribute to CMOP::Class.
2009-02-08 Dave Rolsky Improve is_class_loaded checking
2009-01-22 Dave Rolsky document USING_XS constant
2009-01-22 Dave Rolsky remove a useless comment
2009-01-22 Dave Rolsky try to make t/306_is_class_loaded.t skip except when...
2009-01-12 Yuval Kogman add definition_context
2009-01-07 Shawn M Moore Metaclass-cache documentation cleanups
2009-01-07 Shawn M Moore Typo fix
2008-12-31 Dave Rolsky bump version to 0.75
next