Blame t/pod.t

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