ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/_pod.t
Revision: 1.3
Committed: Wed Nov 27 19:59:20 2019 UTC (4 years, 6 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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