1*e0c4386eSCy Schubert#!perl 2*e0c4386eSCy Schubert 3*e0c4386eSCy SchubertBEGIN { 4*e0c4386eSCy Schubert unless ($ENV{AUTHOR_TESTING}) { 5*e0c4386eSCy Schubert print qq{1..0 # SKIP these tests are for testing by the author\n}; 6*e0c4386eSCy Schubert exit 7*e0c4386eSCy Schubert } 8*e0c4386eSCy Schubert} 9*e0c4386eSCy Schubert 10*e0c4386eSCy Schubert# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. 11*e0c4386eSCy Schubertuse strict; use warnings; 12*e0c4386eSCy Schubertuse Test::More; 13*e0c4386eSCy Schubertuse Test::Pod 1.41; 14*e0c4386eSCy Schubert 15*e0c4386eSCy Schubertall_pod_files_ok(); 16