aboutsummaryrefslogtreecommitdiff
path: root/xt/manifest.t
blob: 9df8859a8aef4f87eb2cb5ac7f100411522d376d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!perl -T
use 5.006;
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();