Merge branch 'stable'
[gitmo/Class-MOP.git] / t / 003_methods.t
2010-11-15 Jesse Luehrs also need to remove methods from the map when it's...
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-09-06 gfx Fix a bug that get_method_list() thrown the error for...
2010-08-23 Dave Rolsky Add a test for a constant with an undef value
2010-08-23 Dave Rolsky Constants _should_ be reported as methods.
2010-08-15 Dave Rolsky Make sure that get_method_list and _get_local_methods...
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-09-14 Dave Rolsky Fix RT 48985
2009-07-10 gfx refactoring no-get_method_map with package symmbol...
2009-07-03 Dave Rolsky These tests all had tabs, so I just ran them through...
2009-06-15 Dave Rolsky Revert caching of added methods, since that caused...
2009-06-15 Dave Rolsky Add failing test for bug where a glob-assignment-create...
2009-05-30 Shawn M Moore Test count fix
2009-05-24 Yuval Kogman Add test for new subname behavior
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-03-16 Dave Rolsky Make sure method map is updated after a method is removed
2009-03-10 Florian Ragwitz Remove another unecessarily optional test plan.
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-04 Florian Ragwitz Test that stub functions are handled like every other...
2008-11-29 Shawn M Moore Class::MOP::Method->execute
2008-09-11 Dave Rolsky Actually implement and test having add_method clone...
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-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Dave Rolsky One last tweak to make sure our Sub::Name-using tests...
2008-08-08 Dave Rolsky Don't require Sub::Name if we don't find a compiler.
2008-05-25 Stevan Little 0.56
2008-05-18 Stevan Little working without XS
2008-05-18 Stevan Little fixing the get_method_map stuff
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-04-08 Stevan Little I think this fixed the bleadperl issue
2007-04-08 Stevan Little I think this fixed the bleadperl issue
2006-09-15 Stevan Little fixing some edge cases Moose brought out
2006-08-28 Stevan Little no-more-blessed-subs
2006-08-26 Stevan Little lost of misc changes; fixed the &create method; test...
2006-07-13 Yuval Kogman Docs, small fixes, find_method_by_name and the get_valu...
2006-02-28 Stevan Little bunch of stuff
2006-02-10 Stevan Little getting close to a 0.07 release
2006-02-10 Stevan Little adding in tests
2006-02-02 Stevan Little updating the test numbers and adding the CountingClass...
2006-01-25 Stevan Little Class::MOP - all the method methods and tests
2006-01-25 Stevan Little getting closer with the method thing
2006-01-24 Stevan Little Class::MOP - closer
2006-01-24 Stevan Little method stuff worked out
2006-01-24 Stevan Little adding more crap