Fix builder's recipe link.
[gitmo/Moose.git] / t / 600_todo_tests /
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...