Blame t/author-pod-syntax.t

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