ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/_pod.t
Revision: 1.2
Committed: Wed Dec 19 18:00:27 2018 UTC (5 years, 6 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-7_16, rel-7_15
Changes since 1.1: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!perl
2    
3     BEGIN { eval "use Test::Pod 1.14; 1" or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) }
4 root 1.2 BEGIN { exists $ENV{XQP_EXPOSE_INTERNALS} or ((print "1..0 # SKIP Test::Pod not installed\n"), exit 0) }
5 root 1.1
6     use Test::Pod 1.14;
7     all_pod_files_ok;