Acme-AjiFry
view release on metacpan or search on metacpan
xt/local_functions.t view on Meta::CPAN
#!perl
use strict;
use warnings;
use utf8;
use Test::More;
eval "use Test::LocalFunctions";
plan skip_all => "Test::LocalFunctions required for testing variables" if $@;
all_local_functions_ok();
( run in 1.356 second using v1.01-cache-2.11-cpan-98e64b0badf )