Acme-CPANAuthors-GitHub

 view release on metacpan or  search on metacpan

xt/vars.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

eval "use Test::Vars; 1" or do {
    plan skip_all => 'Test::Vars is not installed.';
};

all_vars_ok();



( run in 0.654 second using v1.01-cache-2.11-cpan-5a3173703d6 )