Quieting Test::More

Posted on March 31, 2018. Filed under: Uncategorized | Tags: , , , , , , , |

Quieting Test::More

stevieb asked: is there a way to have Test::More (or Test::Most, etc) only display failing tests?

haukex replied with with following code:

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

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