Search Results

2
votes
2answers
73 views

Is there any way to use diag() from Test::More without planning?

I'm writing some tests in Perl which have a fair amount of set up. This setup all lives in a module that the test scripts use. I want to be able to print some diagnostics from the modu …