Re: Quieting Test::More

Posted on July 4, 2017. Filed under: Uncategorized | Tags: , , , , |

Re: Quieting Test::More

# make Test::More only display fails
# (also works with Test::Most)

use File::Spec;
Test::More->builder->output(File::Spec->devnull);

Liked it here?
Why not try sites on the blogroll...