]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-pod-coverage.t
Version 0.001
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / author-pod-coverage.t
1 #!perl
2
3 BEGIN {
4 unless ($ENV{AUTHOR_TESTING}) {
5 print qq{1..0 # SKIP these tests are for testing by the author\n};
6 exit
7 }
8 }
9
10 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
11
12 use Test::Pod::Coverage 1.08;
13 use Pod::Coverage::TrustPod;
14
15 all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
This page took 0.031622 seconds and 4 git commands to generate.