1#!perl 2 3BEGIN { 4 unless ($ENV{AUTHOR_TESTING}) { 5 require Test::More; 6 Test::More::plan(skip_all => 'these tests are for testing by the author'); 7 } 8} 9 10# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. 11use strict; use warnings; 12use Test::More; 13use Test::Pod 1.41; 14 15all_pod_files_ok(); 16