Acme-CPANAuthors-GitHub
view release on metacpan or search on metacpan
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 1.494 second using v1.01-cache-2.11-cpan-3c2a17b8caa )