renumber to 0.77_01 for a dev release
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
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
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-05 Florian Ragwitz get_method_map already is xsified.
2008-12-05 Florian Ragwitz Make get_all_package_symbols return a hashref in scalar...
2008-12-04 Dave Rolsky update version for release and update changes
2008-12-02 Dave Rolsky Avoid calling get_method_map when possible. Instead...
2008-12-02 Dave Rolsky Get class name into a local var earlier
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
2008-11-25 Shawn M Moore Typo fix
2008-11-25 Shawn M Moore Move the actual module/package creation from Class...
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-11-07 Dave Rolsky Class::MOP::Class->add_method does not accept any param...
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-30 Todd Hepler Class::MOP::Class::create()
2008-09-29 Shawn M Moore Resolve #39001: Call a method on the class after settin...
2008-09-14 Dave Rolsky Only skip destroying if the cached metaclas object...
2008-09-14 Dave Rolsky Don't destroy a metaclass that has an existing entry...
2008-09-13 Dave Rolsky I kept wondering why I "mistyped" this method name...
2008-09-11 Dave Rolsky Simplify wrap_method_body now that Method->wrap takes...
2008-09-11 Dave Rolsky Document that passing a method object to add_method...
2008-09-11 Dave Rolsky Actually implement and test having add_method clone...
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 Make alias_method simply call add_method.
2008-09-03 Dave Rolsky Need parens on this sub now.
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...
2008-08-29 Dave Rolsky Fix the instance metaclass incompatibility error to...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-23 Yuval Kogman workaround 5.8.1 bug
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-21 Dave Rolsky bump version # for next release
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-20 Yuval Kogman update_package_flag in alias
2008-08-16 Yuval Kogman wrap_method_body
2008-08-15 Yuval Kogman get_all_methods memoized in immutable
2008-08-15 Yuval Kogman simplify has_method check
2008-08-15 Yuval Kogman is_pristine
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-14 Yuval Kogman make sure get_method_map always returns a map (might...
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman _new for Class::MOP::Class
2008-08-12 Yuval Kogman move Devel::GlobalDestruction usage to MOP.pm so that...
2008-08-11 Yuval Kogman use ref instead of blessed where it's not needed, and...
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman merge the attribute maps in compute_all_applicable_attr...
2008-08-10 Yuval Kogman package_name >= associated_metaclass->name
2008-08-10 Yuval Kogman use associated method map in compute_all_applicable_met...
2008-08-10 Yuval Kogman add associated_metaclass to Method
2008-08-10 Yuval Kogman microoptimize Class::MOP::Class::initialize since it...
2008-08-10 Yuval Kogman update package cache flag in get_method_map if it was...
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-10 Yuval Kogman use Devel::GlobalDestruction to avoid destroying anon...
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-09 Yuval Kogman clean up the mess after a failed attribute addition
2008-08-09 Yuval Kogman correct invalidation of meta instance
2008-08-09 Yuval Kogman use mro::get_isarev if available
2008-08-08 Yuval Kogman use named params to instance_metaclass->new
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-06-27 Shawn M Moore Better error message for clone_instance("not a blessed...
2008-06-27 Shawn M Moore Better error message for Foo->meta->clone_instance...
2008-06-24 Dave Rolsky Fix a typo in an error message that probably never...
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-10 Stevan Little *_package_symbol all now take HASH ref as well as string
next