in reply to Re: Using Data::Dumper in Test-Driven Development
in thread Using Data::Dumper in Test-Driven Development

Or better yet, combine them both:

is (23, 42, "Discordia shoud have the answer") or diag "Error in some_code calculating the thing";
Despite my silly example, when some of the other variations of is are used, the got/expected output isn't always adequate.