Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / t / 070_immutable_metaclass.t
2009-09-10 Dave Rolsky add test that custom immutable options are returned...
2009-09-10 Dave Rolsky make immutable_options part of the regular CMOP::Class...
2009-06-30 Dave Rolsky almost all tests passing!
2009-06-30 Dave Rolsky Attempting to call ->make_immutable on a class instead...
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 deprecate compute_all_applicable_attributes
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-16 Dave Rolsky Tidy this code before ripping it up
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-12-04 Dave Rolsky add a description to a test which did not have one
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-06-11 Guillermo Roditi expose immutable options and transformer
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 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
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-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-07-06 Stevan Little foo
2006-06-30 Stevan Little rename *_package_variable to *_package_symbol;
2006-06-28 Stevan Little Class::MOP::Class::Immutable