Description
Perl tests can capture exceptions with very small helper functions. This makes it easier to assert what failed and continue checking the result in a normal test flow.
It is a developer testing library. Exception assertions should verify the important part of the error so tests do not pass on unrelated failures.