aboutsummaryrefslogtreecommitdiff
path: root/perl/t/pod.t
blob: 8fe30cc6d32a732e5945935a1b8d53d5ac4910dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl
# $Id$
#
# t/pod.t -- Test POD formatting for the wallet Perl modules.

eval 'use Test::Pod 1.00';
if ($@) {
    print "1..1\n";
    print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n";
    exit;
}
all_pod_files_ok ();