--- AnyEvent/t/_pod.t 2018/12/19 18:00:27 1.2 +++ AnyEvent/t/_pod.t 2019/11/27 19:59:20 1.3 @@ -1,7 +1,8 @@ #!perl +# Copyright (c) 2018 Marc Alexander Lehmann + BEGIN { eval "use Test::Pod 1.14; 1" or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) } -BEGIN { exists $ENV{XQP_EXPOSE_INTERNALS} or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) } use Test::Pod 1.14; all_pod_files_ok;