summaryrefslogtreecommitdiff
path: root/xt/release/dist-manifest.t
blob: a567fb72a43ae32ff1bc251ac2d2c5b36734da83 (plain)
1
2
3
4
5
6
7
8
#!perl

use Test::More;

eval "use Test::DistManifest";
plan skip_all => "Test::DistManifest required for testing the manifest"
  if $@;
manifest_ok();