summaryrefslogtreecommitdiffstats
path: root/t/pod_coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod_coverage.t')
-rw-r--r--t/pod_coverage.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/pod_coverage.t b/t/pod_coverage.t
new file mode 100644
index 0000000..fc346af
--- /dev/null
+++ b/t/pod_coverage.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+use Test::More;
+use Test::Pod::Coverage;
+
+pod_coverage_ok( "App::BorgRestore");
+
+done_testing;