imapsync/NTLM-1.05/t/99_pod.t
Nick Bebout d88bf4b46a 1.398
2011-03-12 02:45:04 +00:00

9 lines
195 B
Perl

#! /usr/bin/perl
use strict;
use warnings;
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(all_pod_files('blib'));