diff options
author | dakkar <dakkar@thenautilus.net> | 2023-03-31 16:51:15 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-03-31 16:51:15 +0100 |
commit | d2285cc4df35540ec5b3d0f978f3eb4475912bad (patch) | |
tree | 5e7dd2a3789778f5fdc58e4b327daf2b04703eb4 /t/author-pod-coverage.t | |
parent | v1.1.2 (diff) | |
parent | Dzil-build release 1.1.1 (from 8a400b7 on master) (diff) | |
download | Sietima-dfc6f3d4f393a542407f5df637c7e84f904561b9.tar.gz Sietima-dfc6f3d4f393a542407f5df637c7e84f904561b9.tar.bz2 Sietima-dfc6f3d4f393a542407f5df637c7e84f904561b9.zip |
Dzil-build release 1.1.2 (from ddcb163 on master)v1.1.2
Diffstat (limited to 't/author-pod-coverage.t')
-rw-r--r-- | t/author-pod-coverage.t | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/t/author-pod-coverage.t b/t/author-pod-coverage.t new file mode 100644 index 0000000..09473df --- /dev/null +++ b/t/author-pod-coverage.t @@ -0,0 +1,16 @@ +#!perl + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit + } +} + +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. +use strict; +use warnings; +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); |