From 15549c5a63acdfa0dc36adeadfaab285528e851f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 19 Sep 2006 16:36:52 +0000 Subject: Add POD test file --- t/pod.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/pod.t (limited to 't') diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 00000000..df36c2b9 --- /dev/null +++ b/t/pod.t @@ -0,0 +1,5 @@ +#!perl +use Test::More; +eval "use Test::Pod 1.14"; +plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; +all_pod_files_ok(); -- cgit v1.2.1