]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-pod-syntax.t
2233af0821cc8be6d5430dbf4abc14bee39db2b2
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / author-pod-syntax.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::PodSyntaxTests.
11 use strict; use warnings;
12 use Test::More;
13 use Test::Pod 1.41;
14
15 all_pod_files_ok();
This page took 0.036952 seconds and 3 git commands to generate.