summaryrefslogtreecommitdiff
path: root/xt/release/dist-manifest.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-29 03:17:05 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-29 03:17:05 +0000
commit2ca9db53e3e8164ecf0c95bf93fa289019e1b92c (patch)
tree5cc19083935ae762133417625e80a5329e36d8ee /xt/release/dist-manifest.t
downloadDist-Metadata-tarball-master.tar.gz
Diffstat (limited to 'xt/release/dist-manifest.t')
-rw-r--r--xt/release/dist-manifest.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/release/dist-manifest.t b/xt/release/dist-manifest.t
new file mode 100644
index 0000000..a567fb7
--- /dev/null
+++ b/xt/release/dist-manifest.t
@@ -0,0 +1,8 @@
+#!perl
+
+use Test::More;
+
+eval "use Test::DistManifest";
+plan skip_all => "Test::DistManifest required for testing the manifest"
+ if $@;
+manifest_ok();