diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-07-30 13:39:34 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-07-30 13:39:34 +0000 |
commit | 74e30d582ac01d80a7f1b28af247d0a5ee913d55 (patch) | |
tree | 2fdf53fd16ae0708e1180e4da06bea72a02175f0 /t/pod.t | |
download | CPAN-Mini-Inject-tarball-74e30d582ac01d80a7f1b28af247d0a5ee913d55.tar.gz |
CPAN-Mini-Inject-0.33HEADCPAN-Mini-Inject-0.33master
Diffstat (limited to 't/pod.t')
-rw-r--r-- | t/pod.t | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +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(); |