Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
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...
2006-07-05 Stevan Little cleanup
2006-06-30 Stevan Little rename *_package_variable to *_package_symbol;
2006-06-30 Stevan Little foo
2006-06-29 Stevan Little foo
2006-06-29 Stevan Little class-module-package
2006-06-28 Stevan Little Class::MOP::Class::Immutable
2006-05-08 Stevan Little much-better
2006-05-04 Stevan Little moo
2006-05-02 Stevan Little cloning
2006-04-30 Stevan Little instnaces
2006-04-27 Yuval Kogman The great Class::MOP::Instance refactoring
2006-04-27 Stevan Little instance-protocol
2006-04-21 Stevan Little find_attribute_by_name
2006-04-18 Stevan Little anon-classes
2006-03-02 Stevan Little release 0.20 0_20
2006-03-01 Stevan Little buncha crap
2006-02-28 Stevan Little more method modifier stuff
2006-02-14 Stevan Little moving some tests around, increasing the coverage and...
2006-02-14 Stevan Little moving the scala mixins to a test only
2006-02-10 Stevan Little getting close to a 0.07 release
2006-02-09 Stevan Little 0.06 release 0_06
2006-02-05 Stevan Little bunch more introspection tests, imporved attribute...
2006-02-03 Stevan Little Adding better attribute/method metaclass handling
2006-02-02 Stevan Little updating the test numbers and adding the CountingClass...
2006-01-31 Stevan Little Class::MOP - lots of knot tying, this should make subcl...
2006-01-30 Stevan Little Class::MOP - getting there
2006-01-28 Stevan Little Class-MOP = bunch of moving stuff around
2006-01-25 Stevan Little Class::MOP - all the method methods and tests