Blame t/99pod.t

Packit 9002b2
use strict;
Packit 9002b2
use warnings;
Packit 9002b2
Packit 9002b2
use Test::More;
Packit 9002b2
eval "use Test::Pod 1.00";
Packit 9002b2
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
Packit 9002b2
all_pod_files_ok();