Merge branch 'stable'
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
2010-11-18 Jesse Luehrs a bit more refactoring
2010-11-18 Jesse Luehrs make the constructor a bit more extensible
2010-11-18 Jesse Luehrs start pushing constructor inlining back into the metaclass
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
2010-10-28 Dave Rolsky Redo conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert "convert all uses of Test::Exception to Test...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-16 Jesse Luehrs implement inlined access to the mop slot, to fix immuta...
2010-10-08 Jesse Luehrs don't let anon classes disappear while subclasses still...
2010-09-27 Jesse Luehrs move this back to HasMethods, since moose roles will...
2010-09-27 Jesse Luehrs make this a bit more extensible, for moose's benefit
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Jesse Luehrs push this stuff back into HasMethods and HasAttributes
2010-09-27 Jesse Luehrs simplify
2010-09-27 Jesse Luehrs push a bunch of details about metaclass compat into...
2010-09-27 Jesse Luehrs handle reblessing metaclasses with attributes properly
2010-09-27 Jesse Luehrs make sure accessors are properly removed on reinitialize
2010-09-27 Jesse Luehrs basic implementation of preserving attrs/methods across...
2010-09-26 Dave Rolsky Add inline_rebless_instance to metaclass
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-23 Jesse Luehrs use get_or_add_package_symbol where appropriate
2010-05-28 Jesse Luehrs make CMOP::Package a thin wrapper around Package::Stash
2010-05-12 Dave Rolsky Refactor code to get a metaclass object's real class...
2010-05-12 Jesse Luehrs don't try to fix compatible metaclasses
2010-05-12 Jesse Luehrs more correct metaclass compat checking and fixing
2010-05-11 Jesse Luehrs move methods back into CMOP::Class, now that they're...
2010-01-04 Jesse Luehrs Merge topic/reinitialize_instance_back to master.
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-10-11 Dave Rolsky Deprecate get_attribute_map
2009-09-14 Dave Rolsky Actually implemented public get_method_map for back...
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky fix tests for latest Moose
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-11 Dave Rolsky CMOP::Class now has an immutable_options method
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into method_map_move
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-10 gfx refactoring no-get_method_map with package symmbol...
2009-07-10 gfx Improve get_method/has_method/add_method not to use...
2009-06-21 Dave Rolsky The immutable_transformer method is gone
2009-05-28 Shawn M Moore Add a hook for _superclasses_updated
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
2009-04-23 Dave Rolsky a few more tweaks now that CMOP::Class->_immutable_meta... 0.82_01
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky Add new method
2009-03-19 Dave Rolsky More refactoring of immutable code to make it easy...
2009-03-17 Dave Rolsky Rename CMOP::Module->create to _instantiate_module...
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
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 Fix the mispelled method name here too
2009-03-14 Dave Rolsky fix test count
2009-03-14 Dave Rolsky got rid of check_metaclass_compatability method
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-07 Florian Ragwitz Remove shebangs from tests.
2008-12-04 Dave Rolsky Sort the lists we iterate through to make finding a...
2008-12-04 Dave Rolsky These tests reversed the got/expected order to is_deepl...
2008-11-25 Shawn M Moore Move the actual module/package creation from Class...
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-09-13 Dave Rolsky I kept wondering why I "mistyped" this method name...
2008-08-16 Yuval Kogman wrap_method_body
2008-08-15 Yuval Kogman is_pristine
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-13 Yuval Kogman allow forcing of constructor inlining
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-09 Yuval Kogman correct invalidation of meta instance
2008-08-08 Yuval Kogman more $: $. and whatnot cleanups
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-04 Stevan Little some speed gains
2008-05-27 Stevan Little Some package speedups
2008-03-11 Stevan Little Class::MOP fixes
2008-02-08 Stevan Little removing the leftover bits from the get_init_args and... 0_53
2008-01-27 Yuval Kogman finish get_attribute_values etc
2008-01-14 Shawn M Moore Some test/doc issues ferreted out by fixing my Class... 0_51
2007-12-12 Stevan Little some tweaks
2007-12-12 Stevan Little Class::MOP with XS
2007-11-28 Robert Boone Add ability for a base class to find its subclasses
2007-11-23 Stevan Little adding in the linearized_isa method
2007-06-02 Guillermo Roditi more immutable fixes
2007-06-01 Guillermo Roditi added ability to reverse immutability, sorry about...
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-09-24 Stevan Little foo
2006-08-28 Stevan Little no-more-blessed-subs
2006-08-20 Stevan Little adding the methods attribute
2006-08-17 Stevan Little lots of documentation changes, some refactoring too
2006-08-17 Stevan Little moved all the metaclass cache stuff to Class::MOP so...
2006-08-12 Stevan Little adding Class::MOP::Object
2006-08-11 Stevan Little added the AUTHORITY into all classes, and support for...
2006-08-10 Stevan Little cleanup and more tests;
2006-08-04 Stevan Little more-package-refactoring
2006-08-03 Stevan Little encapsulated-package-features
2006-07-13 Yuval Kogman Docs, small fixes, find_method_by_name and the get_valu...
next