summaryrefslogtreecommitdiff
path: root/t/02-compile-pod.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-17 11:23:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-17 11:23:26 +0100
commit0c49e2bd3a1d51afd1be678e579451c929a42529 (patch)
tree756cc2f40604143ed400558a6409197b8cdd2764 /t/02-compile-pod.t
parentb19328aecd79a91ea4535edd8dddc2e4908d615f (diff)
add basic tests
Diffstat (limited to 't/02-compile-pod.t')
-rw-r--r--t/02-compile-pod.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/02-compile-pod.t b/t/02-compile-pod.t
new file mode 100644
index 0000000..5fe4faa
--- /dev/null
+++ b/t/02-compile-pod.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();