Acme-AjiFry

 view release on metacpan or  search on metacpan

xt/vars.t  view on Meta::CPAN

#!perl

use strict;
use warnings;
use utf8;

use Test::More;

eval "use Test::Vars";
plan skip_all => "Test::Vars required for testing variables" if $@;

all_vars_ok();



( run in 0.987 second using v1.01-cache-2.11-cpan-98e64b0badf )