Merge branch 'stable'
[gitmo/Class-MOP.git] / t / 073_make_mutable.t
2011-01-03 Jesse Luehrs remove some undocumented apis from our tests
2010-11-15 Jesse Luehrs remove some undocumented apis from our tests
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.
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-05 Dave Rolsky one more spot still referring to compute_all_applicable...
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-31 Dave Rolsky Fix a bug where a class made immutable and then mutable...
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
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-08-13 Yuval Kogman _new for Class::MOP::Class
2008-05-18 Stevan Little fixing the get_method_map stuff
2007-12-16 Matt S Trout fix make_mutable when option values defaulted
2007-12-12 Stevan Little Class::MOP with XS
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...