summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2015-02-24 13:14:53 -0800
committerKaren Etheridge <ether@cpan.org>2015-02-24 13:15:24 -0800
commita8a4318a5a161d20d054e0c903400a74b03586af (patch)
tree85dd3d2aeea7e37fc2b7c1bc5e9bcb001a532601 /t
parent937b2868067af7917b5d21b7fbf692fda70b5cbd (diff)
downloaduri-a8a4318a5a161d20d054e0c903400a74b03586af.tar.gz
dd an author test for MANIFEST/MANIFEST.SKIP consistency, and fix issues
Diffstat (limited to 't')
-rw-r--r--t/distmanifest.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/distmanifest.t b/t/distmanifest.t
new file mode 100644
index 0000000..572013c
--- /dev/null
+++ b/t/distmanifest.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+use Test::More;
+plan skip_all => 'these tests are for authors only!'
+ unless -d '.git' || $ENV{AUTHOR_TESTING};
+
+use Test::DistManifest;
+manifest_ok();