use Test::Requires in tests
[gitmo/Moose.git] / t / 020_attributes / 034_bad_coerce.t
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-07-24 Dave Rolsky Test that coerce errors come out for each attr, not...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-12 Dave Rolsky Include type name in error when coerce => 1 is given...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...