summaryrefslogtreecommitdiff
path: root/test/10-pod-coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/10-pod-coverage.t')
-rwxr-xr-xtest/10-pod-coverage.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/10-pod-coverage.t b/test/10-pod-coverage.t
new file mode 100755
index 0000000..4c1d5f5
--- /dev/null
+++ b/test/10-pod-coverage.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::More;
+use Test::Pod;
+
+all_pod_files_ok('bin/efa');