boilerplate m-s
[Net-Indosoft-QSuite.git] / t / manifest.t
1 #!perl -T
2 use 5.006;
3 use strict;
4 use warnings FATAL => 'all';
5 use Test::More;
6
7 unless ( $ENV{RELEASE_TESTING} ) {
8     plan( skip_all => "Author tests not required for installation" );
9 }
10
11 my $min_tcm = 0.9;
12 eval "use Test::CheckManifest $min_tcm";
13 plan skip_all => "Test::CheckManifest $min_tcm required" if $@;
14
15 ok_manifest();