2
0

author-pod-syntax.t 300 B

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