diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-07 09:12:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-07 09:12:08 +0000 |
commit | ea9cd4d20f22ebb0a911d94a6a2917a2af66d767 (patch) | |
tree | 9df3e8715d343c7a684944782a250941f0cf7eda /t/pod.t | |
parent | 65ded250a99b9cce1e730fd513f81d7205cb5449 (diff) | |
download | perl-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/pod.t')
-rw-r--r-- | t/pod.t | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(); |