summaryrefslogtreecommitdiff
path: root/t/05-pod-compile.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-21 14:18:49 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-21 14:18:49 +0200
commitaf20e55e615559761a4411cb669e552718df121c (patch)
tree88b27c1b2132d55db581e336cc78b32a4f75c291 /t/05-pod-compile.t
parentb970e5c22fb9e6d764cccadc200894aeda40ea14 (diff)
Add Pod::Coverage test
Diffstat (limited to 't/05-pod-compile.t')
-rw-r--r--t/05-pod-compile.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/05-pod-compile.t b/t/05-pod-compile.t
new file mode 100644
index 0000000..3f6ae1a
--- /dev/null
+++ b/t/05-pod-compile.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/raps2');