From ea9cd4d20f22ebb0a911d94a6a2917a2af66d767 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 7 Sep 2006 09:12:08 +0000 Subject: Add POD test, remove sole pod fragment in URPM::Build --- 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 0000000..df36c2b --- /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