ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/t/_pod.t
Revision: 1.2
Committed: Wed Oct 30 23:46:32 2019 UTC (4 years, 7 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #!perl
2
3 # Copyright (c) 2018 Marc Alexander Lehmann <schmorp@schmorp.de>
4
5 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;