emit warnings immediately
[gitmo/MooseX-AlwaysCoerce.git] / t /
2012-10-13 Karen Etheridge emit warnings immediately
2012-10-13 Karen Etheridge remove this use of eval
2011-03-09 Karen Etheridge bump required versions of MXRP and MXCA to latest
2011-03-08 Jesse Luehrs enable applied_attribute
2011-03-07 Karen Etheridge converted to Test::Fatal
2011-03-07 Karen Etheridge fixed tests to "pass" under latest MXRP (0.25); however...
2010-10-08 Karen Etheridge convert to using Test::Requires
2010-08-05 Rafael Kitover support attributes without isa, better tests, release 0.09
2010-08-05 Rafael Kitover make a test safer, release 0.08
2010-08-05 Rafael Kitover support class_has with no isa, with test
2010-08-05 Rafael Kitover TODO-ify failing tests
2010-07-29 Karen Etheridge potential fixes for role problems.. doesnt solve everyt...
2010-07-29 Karen Etheridge add Test::NoWarnings; add (failing) tests for the use...
2010-07-28 Rafael Kitover TODO-ify MX::Method::Signatures test
2010-07-27 Karen Etheridge Updated test to properly handle a missing dependency
2010-07-13 Rafael Kitover switch to Test::Exception, add failing test for MooseX...
2010-07-13 Rafael Kitover actually apply Schwern's patch
2010-07-12 Michael G. Schwern Only coerce if the accessor's type can coerce.
2010-07-12 Rafael Kitover add failing tests for types without coercion, add Schwe...
2010-07-12 Michael G. Schwern Better diagnostics when the evals fail.
2010-03-06 Rafael Kitover remove t/00-load.t (was failing), release 0.04
2009-06-16 Rafael Kitover add test for has with coerce => 0
2009-06-16 Rafael Kitover make coerce => 0 work for class_has
2009-06-16 Rafael Kitover rewritten using metaroles, the Moose way
2009-06-15 Rafael Kitover first release
2009-06-15 Rafael Kitover skeleton