liblog-dispatch-file-rollin.../t/8coverage.t
2017-01-16 14:36:11 +01:00

5 lines
167 B
Raku
Executable File

use Test::More;
eval "
use Test::Pod::Coverage 1.00; ";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
all_pod_coverage_ok();