imapsync/Mail-IMAPClient-3.10/t/pod.t
Nick Bebout 36bfe4238a 1.267
2011-03-12 02:44:43 +00:00

9 lines
173 B
Perl
Executable file

#!/usr/bin/perl
use warnings;
use strict;
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();