Codebase list libhash-fieldhash-perl / 8aab9520-b5f6-41b2-9c13-eb20e5b15431/main xt / 02_pod.t
8aab9520-b5f6-41b2-9c13-eb20e5b15431/main

Tree @8aab9520-b5f6-41b2-9c13-eb20e5b15431/main (Download .tar.gz)

02_pod.t @8aab9520-b5f6-41b2-9c13-eb20e5b15431/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!perl -w

use strict;
use Test::More;
eval q{use Test::Pod 1.14};
plan skip_all => 'Test::Pod 1.14 required for testing PODU'
	if $@;

all_pod_files_ok();