ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/_pod.t
(Generate patch)

Comparing AnyEvent/t/_pod.t (file contents):
Revision 1.2 by root, Wed Dec 19 18:00:27 2018 UTC vs.
Revision 1.3 by root, Wed Nov 27 19:59:20 2019 UTC

1#!perl 1#!perl
2 2
3# Copyright (c) 2018 Marc Alexander Lehmann <schmorp@schmorp.de>
4
3BEGIN { eval "use Test::Pod 1.14; 1" or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) } 5BEGIN { eval "use Test::Pod 1.14; 1" or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) }
4BEGIN { exists $ENV{XQP_EXPOSE_INTERNALS} or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) }
5 6
6use Test::Pod 1.14; 7use Test::Pod 1.14;
7all_pod_files_ok; 8all_pod_files_ok;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines