summaryrefslogtreecommitdiff
path: root/t/00-author-pod-cover.t
blob: 9bace3ed1bd5de37379170f426375b59a9b05148 (plain)
1
2
3
4
5
6
7
#!perl 
use Test::Most;
plan skip_all => "skipping author-only test" unless $ENV{RUN_AUTHOR_TESTS};
eval "use Test::Pod::Coverage";
all_pod_coverage_ok({
    trustme=> [qr(^new_transformer$)],
});