Nathan Haigh wrote:

I hope this is the correct place for this question!

I'm trying to use Test::Kwalitee with the following test script:

Note that the script can be simplified to

use strict;
use Test::More;
plan skip_all => "Test::Kwalitee required for checking distribution kwalitee"
    unless eval "use Test::Kwalitee; 1";

I use similar scripts for Test::Distribution, Test::Pod, Test::Pod::Coverage, Test::Portability::Files and the like.

--
Sébastien Aperghis-Tramoni

Close the world, txEn eht nepO.


Reply via email to