Codebase list libhash-fieldhash-perl / HEAD xt / 02_pod.t
HEAD

Tree @HEAD (Download .tar.gz)

02_pod.t @HEADraw · 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();