devel/p5-Test-Fatal from 0.008 to 0.010.
Upstream changes:
0.010 2012-02-16 10:27:54 America/New_York
avoid tickling an overloading bug in perl 5.6 during testing (thanks,
Zefram)
0.009 2012-02-09 15:26:11 America/New_York
advise against using isnt(exception{...},undef)
0.006 to 0.008.
Upstream changes (since 0.006):
0.008 2011-11-06 21:10:14 America/New_York
no changes since 0.007
0.007 2011-10-31 23:22:47 America/New_York
revert the mistake by which 0.004 allowed blocks after "exception" as
well as "success"
Test::Fatal is an alternative to the popular Test::Exception. It
does much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.