proxmox-spamassassin/upstream/t/podchecker.t
Stoiko Ivanov ae52237fd8 update SpamAssassin to 4.0.0
generated by make update-upstream

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-03-13 21:13:17 +01:00

14 lines
216 B
Perl
Executable File

#!/usr/bin/perl -T
use lib '.'; use lib 't';
use SATest; sa_t_init('podchecker');
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "This test requires Test::Pod" if $@;
all_pod_files_ok("../blib");