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