summaryrefslogtreecommitdiff
path: root/t/distmanifest.t
blob: c2812f704a2581c543006bf986d909916ac8140a (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Test::More;
BEGIN {
    plan skip_all => 'these tests are for authors only!'
        unless -d '.git' || $ENV{AUTHOR_TESTING};
}

use Test::DistManifest;
manifest_ok();