summaryrefslogtreecommitdiff
path: root/t/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-19 12:48:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-19 12:48:07 +0100
commitab171d056a160dd16174316c5cbf84c9059ad712 (patch)
tree4e3f338cccd17e3270420538b1d6e6180760ccb5 /t/10-pod-coverage.t
parent65f299838d8042f3e9176d92c10a064cd086ad9c (diff)
Add Build.PL + basic tests
Diffstat (limited to 't/10-pod-coverage.t')
-rwxr-xr-xt/10-pod-coverage.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t
new file mode 100755
index 0000000..7def222
--- /dev/null
+++ b/t/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/hashl');