summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-28 16:33:04 -0700
committerMark Wells <mark@freeside.biz>2013-06-28 16:33:04 -0700
commit977ae07ace47748c3abaf508a09c8e5488989ed7 (patch)
treef7926af8b048be3f408348325566a898dff3f4ff /t
parent49e48c25beb6448dd41e072eefca9474b6f60ea6 (diff)
complete rewrite, version 0.10
Diffstat (limited to 't')
-rw-r--r--t/pod.t9
1 files changed, 0 insertions, 9 deletions
diff --git a/t/pod.t b/t/pod.t
deleted file mode 100644
index 2c9935c..0000000
--- a/t/pod.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-use Test::More;
-
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-all_pod_files_ok();