Blame t/author-pod-syntax.t

Packit 7f3e4a
#!perl
Packit 7f3e4a
Packit 7f3e4a
BEGIN {
Packit 7f3e4a
  unless ($ENV{AUTHOR_TESTING}) {
Packit 7f3e4a
    require Test::More;
Packit 7f3e4a
    Test::More::plan(skip_all => 'these tests are for testing by the author');
Packit 7f3e4a
  }
Packit 7f3e4a
}
Packit 7f3e4a
Packit 7f3e4a
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
Packit 7f3e4a
use strict; use warnings;
Packit 7f3e4a
use Test::More;
Packit 7f3e4a
use Test::Pod 1.41;
Packit 7f3e4a
Packit 7f3e4a
all_pod_files_ok();