tests and changelogging
[gitmo/Moose.git] / t / 600_todo_tests /
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-08 Jesse Luehrs todo test for metarole compat when metaroles have appli...
2010-08-20 Dave Rolsky This test doesn't pass, and uses Test::NoWarnings.
2010-08-19 Dave Rolsky test files should not be executable
2010-08-19 Dave Rolsky Use done_testing
2010-08-11 Karen Etheridge todo test for satisfying a requires() assertion via...
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-05 Jesse Luehrs add todo test for metaclass compat with immutable class...
2010-06-05 Jesse Luehrs todo test for insertion order from roles
2010-05-20 Jesse Luehrs move the metaclass compat test out of 600_todo
2010-05-20 Jesse Luehrs un-todo some passing todo tests
2010-04-06 Jesse Luehrs todo test for replacing superclass versions of override...
2010-03-26 Jesse Luehrs add a couple of todo tests
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-05-31 Shawn M Moore Save the curses for comments O:)
2009-05-07 Tomas Doran (t0m) Fix one of the issues you see with metaclass incomat...
2009-05-01 Florian Ragwitz Apparently this is a feature. nevermind :-/
2009-05-01 Florian Ragwitz Add TODO test for get_method_list returning the meta...
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-25 Shawn M Moore Revert "Moose now warns about class implicitly overridi...
2009-04-21 Shawn M Moore Rename an obnoxiously long test file that messes up...
2009-04-21 Shawn M Moore Moose now warns about class implicitly overriding metho...
2009-04-21 Shawn M Moore Do not use no_plan!
2009-04-20 Tomas Doran (t0m) Merge commit 'origin/master'
2009-04-20 Tomas Doran (t0m) Mark tests as TODO
2009-04-20 Tomas Doran (t0m) Add all my tests wrt use base
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-09 Jesse Luehrs clean up warnings in test files due to constructors...
2009-01-22 Dave Rolsky yes, an explicit metaclass overrides a MetaRole declare...
2009-01-19 Yuval Kogman accessors can fulfill required role methods
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-17 Jesse Luehrs add a todo test for using Moose::Util::MetaRole with...
2008-12-05 Dave Rolsky This todo test is now partially implemented. The other...
2008-09-11 Dave Rolsky One of our todo methods here now passes, because Moose...
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-28 Dave Rolsky There was a passing TODO test in here.
2008-07-28 Dave Rolsky Actually make the todo tests TODO
2008-07-28 Dave Rolsky Fixed the test count, and made the failing tests TODO...
2008-07-03 Stevan Little 0.52
2008-07-02 Dave Rolsky Remove nothingmuch's nasty tabs ;)
2008-07-02 Yuval Kogman check that attr and method conflict in two different...
2008-07-02 Yuval Kogman add TODO tests for various role/attr related features
2008-06-30 Adam J. Foxson In the case where a child type constraint's parent...