bump version to 0.87
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
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
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-16 Dave Rolsky bump version 0.73
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-04 Dave Rolsky Fix comment which totally disagreed with code it commen...
2008-12-04 Dave Rolsky update version for release and update changes
2008-11-26 Tomas Doran Bump version number as Moose needs trunk MOP (r6678)
2008-11-25 Shawn M Moore Use the same _is_valid_class_name check in is_class_loaded
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-10-22 Tomas Doran I'm about to do a Moose change which requires trunk...
2008-10-22 Tomas Doran Change load_first_existing_class to return the name...
2008-10-21 Tomas Doran Fix error message. Loads of tests in the Moose test...
2008-10-21 Dave Rolsky More code cleanup for load_first_existing_class()
2008-10-21 Dave Rolsky Small formatting tweak for load class error messages
2008-10-21 Dave Rolsky Rename load_first_class_of to load_first_existing_class...
2008-10-21 Tomas Doran Addition of load_one_class_of, to allow does method...
2008-10-17 Florian Ragwitz Add myself to the list of contributors.
2008-10-17 Florian Ragwitz Instead of requiring by module name, generate the path...
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-11 Dave Rolsky Part 1 of the great clone plan.
2008-09-11 Dave Rolsky Apply changes to deprecate alias_method previously...
2008-09-11 Dave Rolsky Revert the last few commits related to deprecating...
2008-09-11 Dave Rolsky Bump the version (so I can install it and start testing...
2008-09-03 Dave Rolsky Tie together loading our XS plus our XS deps, so we...
2008-09-03 Dave Rolsky Change the docs so that _most_ functions are marked...
2008-09-02 Dave Rolsky Clarify public-ness of Class::MOP functions
2008-09-02 Dave Rolsky Clarify that utility functions are really functions
2008-09-02 Yuval Kogman Class::MOP::load_class no longer creates a metaclass...
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
next