bump version and update Changes
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-28 Shawn M Moore Add a hook for _superclasses_updated
2009-05-23 Yuval Kogman Only use subname on __ANON__ code refs
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
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 and it would be a good idea to use the writer
2009-05-08 nperez insertion order should be zero based, obviously
2009-05-08 nperez Populate insertion_order when attributes are added
2009-04-30 Chris Prather 05:27 <@autarch> just import them in both Moose & CMOP
2009-04-30 Chris Prather forgot to "use" Devel::GlobalDestruction after our...
2009-04-30 Chris Prather remove Class::MOP::subname and Class::MOP::in_global_de...
2009-04-27 Florian Ragwitz Fix pod indenting.
2009-04-27 Florian Ragwitz Fix pod typos.
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-23 Dave Rolsky Make immutable_metaclass private and move it so it...
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 Dave Rolsky More perltidying abuse of CMOP::Class
2009-04-20 Yuval Kogman reformat
2009-04-20 Yuval Kogman allow safe overriding of immutable_trait
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-08 Yuval Kogman pass in args for all deprecated methods
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 Doh, had the wrong method name in the deprecation warning
2009-04-05 Dave Rolsky memoize get_all_attributes, not compute_all_applicable_...
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-04-01 Dave Rolsky bump version
2009-03-31 Shawn M Moore Remove the pure-perl fallback of CMOP::Class->subclasses
2009-03-28 Shawn M Moore rebless_instance fixes and no-metaing
2009-03-28 Shawn M Moore Another error change
2009-03-28 Shawn M Moore Better error message given that we're trying to ignore...
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-24 Shawn M Moore Document rebless_instance_away as part of rebless_instance
2009-03-24 Shawn M Moore Add a rebless_instance_away hook
2009-03-24 Shawn M Moore Use blessed instead of ref to get an instance's class...
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-19 Dave Rolsky Using goto is very subclass-unfriendly, and breaks...
2009-03-19 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-19 Dave Rolsky More refactoring of immutable code to make it easy...
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky add docs for meta method
2009-03-17 Dave Rolsky more spelling fixes
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Rename CMOP::Module->create to _instantiate_module...
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-16 Dave Rolsky add docs for meta method
2009-03-16 Dave Rolsky more spelling fixes
2009-03-16 Dave Rolsky add docs for meta method
2009-03-16 Dave Rolsky more spelling fixes
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-03-16 Dave Rolsky make CMOP::Class->clone_instance private
2009-03-16 Dave Rolsky make create_meta_instance private
2009-03-16 Dave Rolsky make check_metaclass_compatibility private
2009-03-16 Dave Rolsky make construct_class_instance a private method
2009-03-16 Dave Rolsky Fixed the scrwed up the list of methods which are not...
2009-03-16 Dave Rolsky Pod fixlet
2009-03-16 Dave Rolsky major revamp of CMOP::Class docs
2009-03-16 Dave Rolsky Fix a mispelled method
2009-03-14 Dave Rolsky Kill the back-compat for misspelled check_metaclass_com...
2009-03-14 Dave Rolsky Tidy SYNOPSIS code
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-03-08 Shawn M Moore Semi-hack to fix the rebless + overload behavior on 5.8
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 Make the error message for an unfound method (that...
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-20 Jesse Luehrs heirachy -> hierarchy
2009-02-19 Dave Rolsky Actually test that this works and fix some unchanged...
2009-02-19 Dave Rolsky Clarify variable naming here
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-02-14 Dave Rolsky Tidy the constructor code
2009-02-14 Florian Ragwitz Add a wrapped_method_metaclass attribute to CMOP::Class.
2009-02-05 Shawn M Moore Add get_all_method_names
2009-01-31 Dave Rolsky Document that initialize() returns a cached metaclass...
2009-01-22 Dave Rolsky bump all the versions to 0.76
2009-01-14 Jesse Luehrs get_method_map, find_method_by_name, and remove_method...
2009-01-11 Dave Rolsky Remove commented-out bit of code
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-31 Dave Rolsky Fix a bug where a class made immutable and then mutable...
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-19 Dave Rolsky Show around on both sides of primary (it is around...
2008-12-16 Dave Rolsky bump version 0.73
2008-12-15 Todd Hepler typo fix
2008-12-09 Chris Prather add breadcrumbs to describe the Inheritance hierarchy...
2008-12-08 Dave Rolsky bump version to 0.72 0.72
next