1e1051a39Sopenharmony_ci#!perl -w 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::AuthorSignatureTest 11e1051a39Sopenharmony_ci 12e1051a39Sopenharmony_ciuse strict; 13e1051a39Sopenharmony_ciuse warnings; 14e1051a39Sopenharmony_ciuse Test::More; 15e1051a39Sopenharmony_ci 16e1051a39Sopenharmony_ciunless (eval { require Test::Signature; 1 }) { 17e1051a39Sopenharmony_ci plan skip_all => 'Test::Signature is required for this test'; 18e1051a39Sopenharmony_ci} 19e1051a39Sopenharmony_ci 20e1051a39Sopenharmony_ciTest::Signature::signature_ok(); 21e1051a39Sopenharmony_cidone_testing; 22