use Test::Requires in tests
[gitmo/Moose.git] / t / 030_roles / 019_build.t
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Shawn M Moore Revert "Moose now warns about class implicitly overridi...
2009-04-21 Shawn M Moore More composition warning tests, oops
2009-04-21 Shawn M Moore Moose now warns about class implicitly overriding metho...
2009-04-21 Shawn M Moore Avoid duplication in running the same tests with and...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-06 Dave Rolsky Missed a few use_ok calls that started warning now...
2008-07-19 Shawn M Moore Add a test script to make sure my idiom of "sub BUILD...