diff options
Diffstat (limited to 't/pod_ok.t')
-rw-r--r-- | t/pod_ok.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/pod_ok.t b/t/pod_ok.t new file mode 100644 index 0000000..57b423a --- /dev/null +++ b/t/pod_ok.t @@ -0,0 +1,5 @@ +use strict; +use warnings; +use Test::Pod; + +all_pod_files_ok(); |