diff options
author | jeff <jeff> | 2009-03-02 23:42:02 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-03-02 23:42:02 +0000 |
commit | 0d35df46d6edbe51eb56f7444e4382f69827150a (patch) | |
tree | 657b09fe970ce2c0a254708e91cfcfe0e7fcf22e /t/pod.t |
Diffstat (limited to 't/pod.t')
-rw-r--r-- | t/pod.t | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use Test::More; + +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok(); |