Imported Upstream version 0.18

This commit is contained in:
Mario Fetka
2017-09-15 15:16:18 +02:00
commit ac16e136c6
35 changed files with 6895 additions and 0 deletions

9
t/99-pod-coverage.t Normal file
View File

@@ -0,0 +1,9 @@
use Test::More;
# XXX we need more POD...
#my $skip_all = 0;
eval "use Test::Pod::Coverage";
#plan skip_all => "We know we don't have enough POD :(" if $skip_all;
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
all_pod_coverage_ok();