Imported Upstream version 1.1.2
[tails-persistence-setup.git] / t / author-pod-syntax.t
blob35fb1b9d4b637cc84f035422840ce77acdb92fb4
1 #!perl
3 BEGIN {
4   unless ($ENV{AUTHOR_TESTING}) {
5     require Test::More;
6     Test::More::plan(skip_all => 'these tests are for testing by the author');
7   }
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;
15 all_pod_files_ok();