aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-07 09:12:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-07 09:12:08 +0000
commitea9cd4d20f22ebb0a911d94a6a2917a2af66d767 (patch)
tree9df3e8715d343c7a684944782a250941f0cf7eda /t
parent65ded250a99b9cce1e730fd513f81d7205cb5449 (diff)
downloadperl-URPM-ea9cd4d20f22ebb0a911d94a6a2917a2af66d767.tar
perl-URPM-ea9cd4d20f22ebb0a911d94a6a2917a2af66d767.tar.gz
perl-URPM-ea9cd4d20f22ebb0a911d94a6a2917a2af66d767.tar.bz2
perl-URPM-ea9cd4d20f22ebb0a911d94a6a2917a2af66d767.tar.xz
perl-URPM-ea9cd4d20f22ebb0a911d94a6a2917a2af66d767.zip
Add POD test, remove sole pod fragment in URPM::Build
Diffstat (limited to 't')
-rw-r--r--t/pod.t5
1 files changed, 5 insertions, 0 deletions
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();