diff options
author | ivan <ivan> | 2010-11-01 18:24:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-01 18:24:45 +0000 |
commit | 43107005cf3fc4356e72a2820e623c6983309e6b (patch) | |
tree | b40d88c8e39565f1adbb06f28c2f7a576fee0f6b /t/pod.t |
importing upstream 1.41Locale_SubCountry_1_41
Diffstat (limited to 't/pod.t')
-rwxr-xr-x | t/pod.t | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!perl -T + +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(); |