diff options
Diffstat (limited to 't/97_pod.t')
| -rw-r--r-- | t/97_pod.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/97_pod.t b/t/97_pod.t new file mode 100644 index 0000000..0abe73a --- /dev/null +++ b/t/97_pod.t @@ -0,0 +1,4 @@ +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();
\ No newline at end of file |
