Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / t /
2008-08-08 Dave Rolsky Don't require Sub::Name if we don't find a compiler.
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
2008-07-01 Shawn M Moore Have load_class return the metaclass, initializing...
2008-06-18 Yuval Kogman test for 5.10 case of borked constanting
2008-06-12 Shawn M Moore TODOify failing modifier test
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-11 Shawn M Moore Name the failing test
2008-06-11 Shawn M Moore Add failing test for modifying a parent method after...
2008-06-10 Shawn M Moore Some tests from Mouse for load_class and is_class_loaded
2008-06-04 Stevan Little some speed gains
2008-05-27 Stevan Little Some package speedups
2008-05-25 Stevan Little 0.56
2008-05-24 Stevan Little fixing get_{read,write}_method_ref
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little working without XS
2008-05-18 Stevan Little fixing the get_method_map stuff
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2008-05-16 Stevan Little dont break trunk please
2008-05-16 Shawn M Moore Fix failing test because of the new has_{read,write...
2008-05-16 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
2008-04-15 Stevan Little c3 tests and details
2008-03-12 Stevan Little old stuff in the test
2008-03-12 Stevan Little addin in the extra params for rebless_instance
2008-03-11 Stevan Little Class::MOP fixes
2008-02-17 Stevan Little test tweaks
2008-02-08 Stevan Little removing the leftover bits from the get_init_args and... 0_53
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-07 Ricardo SIGNES tweak the initializer args, document set_initial_value
2008-02-06 Ricardo SIGNES add public set_initial_value method for Moose to consum...
2008-02-04 Ricardo SIGNES fix testspectations
2008-02-04 Ricardo SIGNES give the initializer a test
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2008-01-29 Yuval Kogman microoptimization in Class::MOP::Instance
2008-01-28 Yuval Kogman get_code_info test
2008-01-27 Yuval Kogman finish get_attribute_values etc
2008-01-27 Shawn M Moore Add Instance->get_all_slot_values and tests
2008-01-14 Shawn M Moore Some test/doc issues ferreted out by fixing my Class... 0_51
2008-01-13 Shawn M Moore Change the error message for when you rebless into...
2008-01-13 Shawn M Moore Some simplifications to rebless given by stevan++
2008-01-13 Shawn M Moore On the advice of autarch, force reblessing to target...
2008-01-12 Shawn M Moore Add Class::MOP::Class->rebless_instance, Class::MOP...
2007-12-16 Matt S Trout fix make_mutable when option values defaulted
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-26 Stevan Little making get_read_method, etc act more sanely
2007-11-24 Stevan Little more tests
2007-11-24 Stevan Little fixed
2007-11-23 Stevan Little whoops
2007-11-23 Stevan Little adding in the linearized_isa method
2007-11-12 Guillermo Roditi change t/060 to not test for the old-style slot initial... 0_44 0_45
2007-11-07 Guillermo Roditi tests and changelog
2007-11-06 Guillermo Roditi predicate fixes
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-09-21 Stevan Little you can never have enough tests :)
2007-09-21 Stevan Little refactored the Constructor to support inlining better...
2007-07-16 Matt S Trout undo stevan's broken workarounds, actually fix for...
2007-07-15 Stevan Little 0.41
2007-07-15 Stevan Little 0.41
2007-06-21 Stevan Little geting rid of that pesky test failure in 5.9.5, horray... 0_40
2007-06-02 Guillermo Roditi more immutable fixes
2007-06-02 Guillermo Roditi massive updates to the way immutable works to fix a...
2007-06-01 Guillermo Roditi added ability to reverse immutability, sorry about...
2007-05-29 Guillermo Roditi load all custom metaclasses automatically + tests 0_38
2007-05-29 Guillermo Roditi tiny change in metaclass.pm to automatically load custo...
2007-05-29 Stevan Little groditis anon class fixup
2007-05-29 Guillermo Roditi adding test for keep-alive metaclasses which have live...
2007-05-29 Stevan Little fixed RT 27329
2007-05-21 Guillermo Roditi get_read_method and get_write_method + tests + POD
2007-05-15 Brandon L Black two simple test fixes for 5.9.5
2007-04-08 Stevan Little I think this fixed the bleadperl issue
2007-04-08 Stevan Little I think this fixed the bleadperl issue
2007-02-24 Stevan Little added some functions to check if class is loaded and... 0_37
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-27 Stevan Little bar
2006-11-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little testing 0_36
2006-10-26 Stevan Little added new constructor method metaclass
2006-10-16 Stevan Little fixing up the method protocol more, actually this is...
2006-10-15 Stevan Little more-method-refactoring
2006-09-24 Stevan Little foo
2006-09-15 Stevan Little fixing some edge cases Moose brought out
2006-08-31 Stevan Little whoops-bug
2006-08-30 Stevan Little add_attribute fix, and version fixes, changes, etc
2006-08-29 Stevan Little mergeing the method fix in
2006-08-29 Stevan Little adding in the additional metaclasses
2006-08-28 Stevan Little no-more-blessed-subs
2006-08-26 Stevan Little lost of misc changes; fixed the &create method; test...
2006-08-20 Stevan Little adding the methods attribute
2006-08-18 Stevan Little cleaned up the package problem
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-16 Stevan Little no ref in the defaults
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 merging package encapsulation back into trunk
2006-08-10 Stevan Little fixed the tests and worked around perls typeglob yuk
2006-08-10 Stevan Little cleanup and more tests;
next