t/pod: validate documentation syntax
[barcat.git] / t / pod.t
1 #!/usr/bin/env perl
2 use 5.012;
3 use warnings;
4 use Test::More;
5
6 eval 'use Test::Pod 1.00';
7 plan skip_all => "Test::Pod required to test documentation" if $@;
8
9 plan tests => 1;
10 pod_file_ok('pod syntax', 'barcat');