require the dev version of CMOP, 0.77_01
[gitmo/Moose.git] / t / 600_todo_tests /
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...