ACME-Base64-Hexagram

 view release on metacpan or  search on metacpan

xt/manifest.t  view on Meta::CPAN

#!perl
use 5.008003;
use strict;
use warnings;
use Test::More;

my $min_tcm = 0.9;
eval "use Test::CheckManifest $min_tcm";
plan skip_all => "Test::CheckManifest $min_tcm required" if $@;

ok_manifest();



( run in 1.231 second using v1.01-cache-2.11-cpan-5fbc6bb55f2 )